summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_ldr.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-11 20:10:11 -0500
committermidipix <writeonce@midipix.org>2016-12-11 20:10:11 -0500
commit1359b392d5ded223043b32a2d2dbf084d084344e (patch)
tree3100f9692b1e8ee2ccb29dfdcb63f113ca5925bf /include/ntapi/nt_ldr.h
parent421827b16abb16020821ed0e7d15a513254a0011 (diff)
downloadntapi-1359b392d5ded223043b32a2d2dbf084d084344e.tar.bz2
ntapi-1359b392d5ded223043b32a2d2dbf084d084344e.tar.xz
api headers: normalize secondary header inclusion.
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,