diff --git a/CMakeLists.txt b/CMakeLists.txt index 4dade61..ed2c331 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,7 +135,6 @@ set(MAIN_HEADERS src/al-util.h src/boost-hash.h src/debugwriter.h - src/defines.hpp ) set(MAIN_SOURCE diff --git a/src/defines.hpp b/src/defines.hpp deleted file mode 100644 index 7562a65..0000000 --- a/src/defines.hpp +++ /dev/null @@ -1 +0,0 @@ -typedef unsigned int uint diff --git a/src/filesystem.cpp b/src/filesystem.cpp index e6706ef..f460a29 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -23,7 +23,6 @@ #include "font.h" #include "util.h" -#include "defines.hpp" #include "exception.h" #include "boost-hash.h" #include "debugwriter.h" @@ -329,7 +328,7 @@ RGSS_openArchive(PHYSFS_Io *io, const char *, int forWrite) nameLen ^= advanceMagic(magic); static char nameBuf[512]; - uint i; + unsigned int i; for (i = 0; i < nameLen; ++i) { char c;