summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMichael Panzlaff <michael.panzlaff@fau.de>2021-06-24 15:55:08 +0200
committerMichael Panzlaff <michael.panzlaff@fau.de>2021-06-24 15:57:31 +0200
commit9ff579dac825bf4afa7c9fb4ea3e5a1ffb2d996d (patch)
tree6713a9ca059fdd4f97d113297ae1b451b50da2fd /include/global.h
parentac7337cc6410f96eb743c46f30c195b0da805ae5 (diff)
cleanup header includes and orders
Not complete, but a good start.
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 1853dbc3..8353ed2c 100644
--- a/include/global.h
+++ b/include/global.h
@@ -5,7 +5,7 @@
#include "MWC_string.h"
#include "function_target.h"
-#include "nitro.h"
+#include "nitro/types.h"
#include "constants/global.h"
#include "error_handling.h"