diff options
Diffstat (limited to 'src/utility.h')
-rw-r--r-- | src/utility.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/utility.h b/src/utility.h index 4c9a2d73a..afcb4e414 100644 --- a/src/utility.h +++ b/src/utility.h @@ -24,10 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef UTILITY_HEADER #define UTILITY_HEADER -#include "common_irrlicht.h" -#include "debug.h" -#include "strfnd.h" -#include "exceptions.h" #include <iostream> #include <fstream> #include <string> @@ -35,6 +31,11 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <jmutex.h> #include <jmutexautolock.h> +#include "common_irrlicht.h" +#include "debug.h" +#include "strfnd.h" +#include "exceptions.h" + extern const v3s16 g_26dirs[26]; inline void writeU32(u8 *data, u32 i) |