summaryrefslogtreecommitdiff
path: root/include/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/panic.h')
-rw-r--r--include/panic.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/panic.h b/include/panic.h
index 8eda475f2a..25829017ea 100644
--- a/include/panic.h
+++ b/include/panic.h
@@ -9,12 +9,13 @@
#ifndef __CROS_EC_PANIC_H
#define __CROS_EC_PANIC_H
+#include "common.h"
+#include "software_panic.h"
+
#include <stdarg.h>
#include <stdint.h>
-#include <stdnoreturn.h>
-#include "common.h"
-#include "software_panic.h"
+#include <stdnoreturn.h>
#ifdef __cplusplus
extern "C" {