summaryrefslogtreecommitdiff
path: root/driver/touchpad_elan.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/touchpad_elan.c')
-rw-r--r--driver/touchpad_elan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/touchpad_elan.c b/driver/touchpad_elan.c
index 05c081a84a..7dacf9fdb1 100644
--- a/driver/touchpad_elan.c
+++ b/driver/touchpad_elan.c
@@ -7,20 +7,20 @@
#include "common.h"
#include "console.h"
#include "gpio.h"
-#include "hwtimer.h"
#include "hooks.h"
+#include "hwtimer.h"
#include "i2c.h"
#include "math_util.h"
#include "sha256.h"
#include "shared_mem.h"
-#include "task.h"
#include "tablet_mode.h"
+#include "task.h"
#include "timer.h"
#include "touchpad.h"
#include "update_fw.h"
-#include "util.h"
#include "usb_api.h"
#include "usb_hid_touchpad.h"
+#include "util.h"
#include "watchdog.h"
/* Console output macros */