summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-09-18 19:23:04 +0200
committerBenny Baumann <BenBE@geshi.org>2020-09-29 17:41:49 +0200
commite1c96879f444150b01c7f556cacdca82c811efb1 (patch)
treeefea9fc598cae3758687414e4e062eb5637aeb8a /Process.h
parentdac1e05a2c7ac68993f6d046c43fbef209458206 (diff)
Sort headers/includes
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Process.h b/Process.h
index 404f73e6..a2f266f7 100644
--- a/Process.h
+++ b/Process.h
@@ -20,10 +20,10 @@ in the source distribution for its full text.
#endif
#define PAGE_SIZE_KB ( PAGE_SIZE / ONE_K )
-#include "Object.h"
-
#include <sys/types.h>
+#include "Object.h"
+
#define PROCESS_FLAG_IO 0x0001
typedef enum ProcessFields {

© 2014-2024 Faster IT GmbH | imprint | privacy policy