- moved loadshared() to the right point
[supertux.git] / src / supertux.h
index 3daaaf6..1c498f5 100644 (file)
@@ -1,11 +1,8 @@
 #ifndef SUPERTUX_SUPERTUX_H
 #define SUPERTUX_SUPERTUX_H
 
-#ifdef LINUX
-#include <pwd.h>
 #include <sys/types.h>
 #include <ctype.h>
-#endif
 
 #include "defines.h"
 #include "globals.h"
@@ -15,5 +12,6 @@
 #include "gameloop.h"
 #include "leveleditor.h"
 #include "screen.h"
+#include "worldmap.h"
 
 #endif /*SUPERTUX_SUPERTUX_H*/