aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tools
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tools')
-rw-r--r--demos/tools/touch_driver_test/main.c4
-rw-r--r--demos/tools/touch_raw_readings/main.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/demos/tools/touch_driver_test/main.c b/demos/tools/touch_driver_test/main.c
index 13136a57..39924032 100644
--- a/demos/tools/touch_driver_test/main.c
+++ b/demos/tools/touch_driver_test/main.c
@@ -30,8 +30,8 @@
#include "gfx.h"
// We get nasty and look at some internal structures - get the relevant information
-#include "src/gdriver/sys_defs.h"
-#include "src/ginput/driver_mouse.h"
+#include "src/gdriver/gdriver.h"
+#include "src/ginput/ginput_driver_mouse.h"
#include <string.h>
diff --git a/demos/tools/touch_raw_readings/main.c b/demos/tools/touch_raw_readings/main.c
index d6c97920..fb1b0772 100644
--- a/demos/tools/touch_raw_readings/main.c
+++ b/demos/tools/touch_raw_readings/main.c
@@ -30,8 +30,8 @@
#include "gfx.h"
// We get nasty and look at some internal structures - get the relevant information
-#include "src/gdriver/sys_defs.h"
-#include "src/ginput/driver_mouse.h"
+#include "src/gdriver/gdriver.h"
+#include "src/ginput/ginput_driver_mouse.h"
#include <string.h>