linux port fixed; some cleanups
[libpicofe.git] / common / main.c
similarity index 89%
rename from gp2x/main.c
rename to common/main.c
index 6ac16b8..00cbac7 100644 (file)
@@ -8,13 +8,12 @@
 #include <string.h>\r
 #include <strings.h>\r
 \r
-#include "../common/menu.h"\r
-#include "../common/emu.h"\r
-#include "../common/config.h"\r
-#include "../common/input.h"\r
-#include "../common/plat.h"\r
+#include "menu.h"\r
 #include "emu.h"\r
-#include "version.h"\r
+#include "config.h"\r
+#include "input.h"\r
+#include "plat.h"\r
+#include <version.h>\r
 \r
 \r
 extern char *PicoConfigFile;\r