summaryrefslogtreecommitdiff
path: root/chip/ish/heci_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/heci_client.h')
-rw-r--r--chip/ish/heci_client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/ish/heci_client.h b/chip/ish/heci_client.h
index 2ba9ea01db..951b82c6d9 100644
--- a/chip/ish/heci_client.h
+++ b/chip/ish/heci_client.h
@@ -6,10 +6,10 @@
#ifndef __HECI_CLIENT_H
#define __HECI_CLIENT_H
-#include "hooks.h"
-
-#include <stddef.h>
#include <stdint.h>
+#include <stddef.h>
+
+#include "hooks.h"
#define HECI_MAX_NUM_OF_CLIENTS 2