summaryrefslogtreecommitdiffstats
path: root/loader/elfdll.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/elfdll.c')
-rw-r--r--loader/elfdll.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/loader/elfdll.c b/loader/elfdll.c
index 8b8c7656c8..b54dbce6e3 100644
--- a/loader/elfdll.c
+++ b/loader/elfdll.c
@@ -7,14 +7,7 @@
#ifdef HAVE_LIBDL
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-
#include <wine/windef.h>
-//#include <wine/global.h>
-//#include <wine/process.h>
#include <wine/module.h>
#include <wine/heap.h>
#include <wine/elfdll.h>
@@ -23,6 +16,10 @@
//DEFAULT_DEBUG_CHANNEL(elfdll)
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
#include <dlfcn.h>
struct modref_list_t;