Fix:core:Quickfix to make win32 cmake builds, broken in svn 4871, working again....
authormdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 1 Jan 2012 21:50:55 +0000 (21:50 +0000)
committermdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 1 Jan 2012 21:50:55 +0000 (21:50 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4881 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.c

index a7a06ec..465760f 100644 (file)
@@ -67,7 +67,6 @@
 #include "vehicleprofile.h"
 #include "sunriset.h"
 #include "bookmarks.h"
-#include "map/textfile/textfile.h"
 #ifdef HAVE_API_WIN32_BASE
 #include <windows.h>
 #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
  * @{