aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-12-08 13:09:56 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-12-08 13:09:56 +1000
commitc0f68cd7483b13b76470c03efb389f916394dce2 (patch)
tree83e652f8d28266275e3ce6b7e49777081e2f0dc0 /drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
parenta88e0903ec9c54a36bfe94e74691c7a063277f0b (diff)
downloaduGFX-c0f68cd7483b13b76470c03efb389f916394dce2.tar.gz
uGFX-c0f68cd7483b13b76470c03efb389f916394dce2.tar.bz2
uGFX-c0f68cd7483b13b76470c03efb389f916394dce2.zip
Fix header files for ginput touch drivers
Diffstat (limited to 'drivers/ginput/touch/ADS7843/ginput_lld_mouse.c')
-rw-r--r--drivers/ginput/touch/ADS7843/ginput_lld_mouse.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
index 9c1a582b..a308c0dc 100644
--- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
+++ b/drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
@@ -28,13 +28,11 @@
#include "ch.h"
#include "hal.h"
+#include "gfx.h"
#if (GFX_USE_GINPUT && GINPUT_NEED_MOUSE) /*|| defined(__DOXYGEN__)*/
-#include "gdisp.h" /* for coord_t */
-#include "gevent.h"
-#include "ginput/ginput_mouse.h" /* for GINPUT_TOUCH_PRESSED */
-#include "lld/ginput/mouse.h"
+#include "ginput/lld/mouse.h"
#if defined(GINPUT_MOUSE_USE_CUSTOM_BOARD) && GINPUT_MOUSE_USE_CUSTOM_BOARD
#include "ginput_lld_mouse_board.h"