Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / gui / leveledit.c
index 902d7154d68e29fb0b5b5334c53697d8362889dd..10ef87621ca5a72d2fa1f4dd34420205fa49d2b0 100644 (file)
 
 #include "leveledit.h"
 
+#include "cfg/cfg_gfx.h"
 #include <cfg/macros.h> /* MAX() */
+
 #include <drv/kbd.h>
 #include <drv/timer.h>
+
 #include <gui/levelbar.h>
+
 #include <mware/pgm.h>
+
 #include <gfx/text.h>
 #include <gfx/font.h>
-#include <appconfig.h>
 
 #if CONFIG_MENU_MENUBAR
 #include <gui/menubar.h>
@@ -56,6 +60,8 @@
 #include <gui/guiman.h>
 // END project_grl LOCAL
 
+#warning FIXME: Revise me!
+
 #define LBAR_HEIGHT 16
 
 /**