summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.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_process.h
parent421827b16abb16020821ed0e7d15a513254a0011 (diff)
downloadntapi-1359b392d5ded223043b32a2d2dbf084d084344e.tar.bz2
ntapi-1359b392d5ded223043b32a2d2dbf084d084344e.tar.xz
api headers: normalize secondary header inclusion.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 9a94f0d..8d15a29 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -1,8 +1,8 @@
#ifndef _NT_PROCESS_H_
#define _NT_PROCESS_H_
-#include <psxtypes/psxtypes.h>
#include <pemagine/pemagine.h>
+#include <psxtypes/psxtypes.h>
#include "nt_object.h"
#include "nt_memory.h"
#include "nt_section.h"