summaryrefslogtreecommitdiff
path: root/driver/touchpad_st.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/touchpad_st.c')
-rw-r--r--driver/touchpad_st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/touchpad_st.c b/driver/touchpad_st.c
index f71b952f86..f66df6ab2a 100644
--- a/driver/touchpad_st.c
+++ b/driver/touchpad_st.c
@@ -8,14 +8,14 @@
#include "common.h"
#include "console.h"
#include "gpio.h"
-#include "hooks.h"
#include "hwtimer.h"
+#include "hooks.h"
#include "i2c.h"
#include "printf.h"
#include "registers.h"
#include "spi.h"
-#include "tablet_mode.h"
#include "task.h"
+#include "tablet_mode.h"
#include "timer.h"
#include "touchpad.h"
#include "touchpad_st.h"