diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-13 22:28:46 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-13 22:28:46 +0000 |
commit | 6fcf878e2f8b4836a2652cd2c90ef5cf67c4b976 (patch) | |
tree | 7472bf3345b8b0b4f6d26c8853f5a03b3b2cc797 /include/main.h | |
parent | 1d4650711071b8f142ffccea30de20d45dd87978 (diff) |
Tidy up header files
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/main.h b/include/main.h index 3de34de13..47b26b1c7 100644 --- a/include/main.h +++ b/include/main.h @@ -1,8 +1,6 @@ #ifndef GUARD_MAIN_H #define GUARD_MAIN_H -#include "global.h" - typedef void (*MainCallback)(void); typedef void (*IntrCallback)(void); typedef void (*IntrFunc)(void); |