X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gui.c;h=9381d6b8e59b4f4abe1261f9192fca43dff50616;hb=0a74ef66e11356f34c80568cca92b6cdc596248c;hp=a08bb63d5626d88973a259b95ebf59baf8afe1f9;hpb=eac69717338922e6bb55076e57d7674080291fe9;p=gpsp.git 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 @@ -25,9 +28,6 @@ #endif -#include "common.h" -#include "font.h" - #define MAX_PATH 1024 // Blatantly stolen and trimmed from MZX (megazeux.sourceforge.net)