summaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
authornotaz2011-09-03 01:26:33 +0300
committernotaz2011-09-03 01:31:26 +0300
commit8b6232a675c7b49bd9651805fc92917cc7a92198 (patch)
tree8d9c7dd50673e51305537fbcb2742de073b0e297 /gui.c
parenteac69717338922e6bb55076e57d7674080291fe9 (diff)
downloadpicogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.tar.gz
picogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.tar.bz2
picogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.zip
fix some warnings
Diffstat (limited to 'gui.c')
-rw-r--r--gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.c b/gui.c
index a08bb63..9381d6b 100644
--- a/gui.c
+++ b/gui.c
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "common.h"
+#include "font.h"
+
#ifndef _WIN32_WCE
#include <sys/stat.h>
@@ -25,9 +28,6 @@
#endif
-#include "common.h"
-#include "font.h"
-
#define MAX_PATH 1024
// Blatantly stolen and trimmed from MZX (megazeux.sourceforge.net)