summaryrefslogtreecommitdiff
path: root/core/cortex-m0/vecttable.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m0/vecttable.c')
-rw-r--r--core/cortex-m0/vecttable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/cortex-m0/vecttable.c b/core/cortex-m0/vecttable.c
index 050a7d318a..7fd5c7fb8f 100644
--- a/core/cortex-m0/vecttable.c
+++ b/core/cortex-m0/vecttable.c
@@ -7,13 +7,13 @@
#ifndef ___INIT
#define ___INIT
+#include <stddef.h>
+#include <stdint.h>
+
#include "compiler.h"
#include "config.h"
#include "panic-internal.h"
#include "task.h"
-
-#include <stddef.h>
-#include <stdint.h>
#endif /* __INIT */
typedef void (*func)(void);