From c5a86757bd8309027d50f82d8947250c8e1197e6 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 21 Nov 2015 19:27:08 +1000 Subject: Make all include paths in ugfx relative. The only include path now needed is for drivers (in particular GDISP drivers) --- drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c') diff --git a/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c b/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c index acfa202e..2eb8f429 100644 --- a/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c +++ b/drivers/ginput/touch/STMPE610/gmouse_lld_STMPE610.c @@ -10,10 +10,10 @@ #if GFX_USE_GINPUT && GINPUT_NEED_MOUSE #define GMOUSE_DRIVER_VMT GMOUSEVMT_STMPE610 -#include "src/ginput/ginput_driver_mouse.h" +#include "../../../../src/ginput/ginput_driver_mouse.h" // Hardware definitions -#include "drivers/ginput/touch/STMPE610/stmpe610.h" +#include "stmpe610.h" // Get the hardware interface #include "gmouse_lld_STMPE610_board.h" -- cgit v1.2.3