summaryrefslogtreecommitdiff
path: root/include/rgb_keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rgb_keyboard.h')
-rw-r--r--include/rgb_keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rgb_keyboard.h b/include/rgb_keyboard.h
index 8c16f6f7e8..56a3e09a91 100644
--- a/include/rgb_keyboard.h
+++ b/include/rgb_keyboard.h
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
+#include <stdbool.h>
+
#include "common.h"
#include "ec_commands.h"
#include "stddef.h"
-#include <stdbool.h>
-
/* Use this instead of '3' for readability where applicable. */
#define SIZE_OF_RGB sizeof(struct rgb_s)