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) --- src/gdisp/gdisp_colors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gdisp/gdisp_colors.h') diff --git a/src/gdisp/gdisp_colors.h b/src/gdisp/gdisp_colors.h index a097c702..8c72f9ac 100644 --- a/src/gdisp/gdisp_colors.h +++ b/src/gdisp/gdisp_colors.h @@ -19,7 +19,7 @@ #ifndef _GDISP_COLORS_H #define _GDISP_COLORS_H -#include "gfx.h" +#include "../../gfx.h" #if GFX_USE_GDISP || defined(__DOXYGEN__) -- cgit v1.2.3