diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-03-24 07:21:07 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-03-24 07:21:07 -0400 |
commit | 1fbc3a19c26344a33dae19625a5113fe1eada50f (patch) | |
tree | d98d2f46204a8f8134c919ede7b5714d215277d7 /include/global.h | |
parent | 2e056e1c50add86f00dc8a84d99c6f0afed0334f (diff) |
Move the MapHeader struct into map_header.h
global.fieldmap.h is no longer used and map.h was never used, so they
both can be removed.
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index e0e8cb22..1c92a1ec 100644 --- a/include/global.h +++ b/include/global.h @@ -6,7 +6,6 @@ #include "MWC_string.h" #include "function_target.h" #include "nitro.h" -#include "global.fieldmap.h" #include "constants/global.h" #include "error_handling.h" |