diff --git a/src/native/common/devil/extil.c b/src/native/common/devil/extil.c index 5c60c2fc..726cccc1 100644 --- a/src/native/common/devil/extil.c +++ b/src/native/common/devil/extil.c @@ -1,5 +1,3 @@ -#include "extil.h" - /* Handle to devil Library */ #ifdef _WIN32 static HMODULE devILhandle; @@ -13,6 +11,7 @@ static void* devILhandle; #include const struct mach_header* devILhandle = NULL; #endif +#include "extil.h" /** * Retrieves a function pointer from the devil library diff --git a/src/native/common/devil/extilu.c b/src/native/common/devil/extilu.c index 783ae70c..3567bf1e 100644 --- a/src/native/common/devil/extilu.c +++ b/src/native/common/devil/extilu.c @@ -1,5 +1,3 @@ -#include "extilu.h" - /* Handle to ilu Library */ #ifdef _WIN32 static HMODULE devILUhandle; @@ -15,6 +13,7 @@ static void* devILUhandle; extern const struct mach_header* devILhandle; static const struct mach_header* devILUhandle; // never actually used, just makes it shut up #endif +#include "extilu.h" /** * Retrieves a function pointer from the ilu library diff --git a/src/native/common/devil/extilut.c b/src/native/common/devil/extilut.c index fbbb1df7..80a37bf4 100644 --- a/src/native/common/devil/extilut.c +++ b/src/native/common/devil/extilut.c @@ -1,5 +1,3 @@ -#include "extilut.h" - /* Handle to ilut Library */ #ifdef _WIN32 static HMODULE devILUThandle; @@ -15,6 +13,7 @@ static void* devILUThandle; extern const struct mach_header* devILhandle; static const struct mach_header* devILUThandle; // never actually used, just makes it shut up #endif +#include "extilut.h" /** * Retrieves a function pointer from the ilut library