summaryrefslogtreecommitdiff
path: root/driver/touchpad_gt7288.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/touchpad_gt7288.c')
-rw-r--r--driver/touchpad_gt7288.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/touchpad_gt7288.c b/driver/touchpad_gt7288.c
index f225c5b7eb..9d9b31a22b 100644
--- a/driver/touchpad_gt7288.c
+++ b/driver/touchpad_gt7288.c
@@ -3,6 +3,8 @@
* found in the LICENSE file.
*/
+#include <stdbool.h>
+
#include "common.h"
#include "console.h"
#include "hooks.h"
@@ -11,8 +13,6 @@
#include "touchpad_gt7288.h"
#include "util.h"
-#include <stdbool.h>
-
/* Define this to enable various warning messages during report parsing. */
#undef DEBUG_CHECKS