fix bad include
authorJavier S. Pedro <maemo@javispedro.com>
Tue, 6 Oct 2009 15:59:14 +0000 (17:59 +0200)
committerJavier S. Pedro <maemo@javispedro.com>
Tue, 6 Oct 2009 15:59:14 +0000 (17:59 +0200)
loadzip.cpp

index 2f04768..da08d05 100644 (file)
@@ -51,6 +51,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
+#include <assert.h>
 
 #include "snes9x.h"
 
@@ -60,7 +61,6 @@
 
 #include "memmap.h"
 #include "unzip.h"
-#include "assert.h"
 
 bool8 LoadZip(const char* zipname,
              int32 *TotalFileSize,