summaryrefslogtreecommitdiff
path: root/chip/ish/hid_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/hid_device.h')
-rw-r--r--chip/ish/hid_device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/ish/hid_device.h b/chip/ish/hid_device.h
index 07d8a77673..ba7722f5bb 100644
--- a/chip/ish/hid_device.h
+++ b/chip/ish/hid_device.h
@@ -6,10 +6,10 @@
#ifndef __HID_DEVICE_H
#define __HID_DEVICE_H
-#include "hooks.h"
-
-#include <stddef.h>
#include <stdint.h>
+#include <stddef.h>
+
+#include "hooks.h"
#define HID_SUBSYS_MAX_PAYLOAD_SIZE 4954