Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / gfx / line.c
index f3909b15337da90735ce947f7b567c4739339670..598c0dfcdfff4bb1e0551375f9bbb73257b2070c 100644 (file)
@@ -42,9 +42,9 @@
 #include "gfx.h"
 #include "gfx_p.h"
 
+#include "cfg/cfg_gfx.h"   /* CONFIG_GFX_CLIPPING */
 #include <cfg/debug.h>   /* ASSERT() */
 #include <cfg/macros.h>  /* SWAP() */
-#include <appconfig.h>   /* CONFIG_GFX_CLIPPING */
 
 /* Configuration sanity checks */
 #if !defined(CONFIG_GFX_CLIPPING) || (CONFIG_GFX_CLIPPING != 0 && CONFIG_GFX_CLIPPING != 1)