From: mdankov Date: Sun, 1 Jan 2012 21:50:55 +0000 (+0000) Subject: Fix:core:Quickfix to make win32 cmake builds, broken in svn 4871, working again.... X-Git-Tag: navit-0.5.0.5194svn~314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b824351a741b49855a2769fd8d6d7a1239b3322e;p=profile%2Fivi%2Fnavit.git Fix:core:Quickfix to make win32 cmake builds, broken in svn 4871, working again. Needs further work on it. git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4881 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/navit.c b/navit/navit/navit.c index a7a06ec..465760f 100644 --- a/navit/navit/navit.c +++ b/navit/navit/navit.c @@ -67,7 +67,6 @@ #include "vehicleprofile.h" #include "sunriset.h" #include "bookmarks.h" -#include "map/textfile/textfile.h" #ifdef HAVE_API_WIN32_BASE #include #include "util.h" @@ -76,6 +75,9 @@ #include "libc.h" #endif +/*FIXME: don't include pvt textfile map includes here */ +#include "map/textfile/textfile.h" + /** * @defgroup navit the navit core instance. navit is the object containing nearly everything: A set of maps, one or more vehicle, a graphics object for rendering the map, a gui object for displaying the user interface, a route object, a navigation object and so on. Be warned that it is theoretically possible to have more than one navit object * @{