Fix:osd/core: include config.h before all other headers
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 22:29:31 +0000 (22:29 +0000)
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 22:29:31 +0000 (22:29 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4104 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/osd/core/osd_core.c

index 64ff1c0..bf4286e 100644 (file)
@@ -17,6 +17,7 @@
  * Boston, MA  02110-1301, USA.
  */
 
+#include "config.h"
 #ifdef _MSC_VER
 #define _USE_MATH_DEFINES 1
 #endif /* _MSC_VER */
@@ -26,7 +27,6 @@
 #include <time.h>
 #include <stdlib.h>
 #include <string.h>
-#include "config.h"
 #include "item.h"
 #include "point.h"
 #include "coord.h"