summaryrefslogtreecommitdiff
path: root/chip/it83xx/peci.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/peci.c')
-rw-r--r--chip/it83xx/peci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/it83xx/peci.c b/chip/it83xx/peci.c
index ee94f2baac..e5f172ce80 100644
--- a/chip/it83xx/peci.c
+++ b/chip/it83xx/peci.c
@@ -10,9 +10,9 @@
#include "hooks.h"
#include "peci.h"
#include "registers.h"
-#include "task.h"
-#include "timer.h"
#include "util.h"
+#include "timer.h"
+#include "task.h"
enum peci_status {
PECI_STATUS_NO_ERR = 0x00,