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 9d9b31a22b..f225c5b7eb 100644
--- a/driver/touchpad_gt7288.c
+++ b/driver/touchpad_gt7288.c
@@ -3,8 +3,6 @@
* found in the LICENSE file.
*/
-#include <stdbool.h>
-
#include "common.h"
#include "console.h"
#include "hooks.h"
@@ -13,6 +11,8 @@
#include "touchpad_gt7288.h"
#include "util.h"
+#include <stdbool.h>
+
/* Define this to enable various warning messages during report parsing. */
#undef DEBUG_CHECKS