summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_ldr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_ldr.h')
-rw-r--r--include/ntapi/nt_ldr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_ldr.h b/include/ntapi/nt_ldr.h
index 09ab179..fa7af3a 100644
--- a/include/ntapi/nt_ldr.h
+++ b/include/ntapi/nt_ldr.h
@@ -1,9 +1,9 @@
#ifndef _NT_LDR_H_
#define _NT_LDR_H_
-#include <psxtypes/psxtypes.h>
#include <dalist/dalist.h>
-#include <ntapi/nt_object.h>
+#include <psxtypes/psxtypes.h>
+#include "nt_object.h"
typedef int32_t __stdcall ntapi_ldr_load_dll(
__in wchar16_t * image_path __optional,