Use new header locations everywhere
[bertos.git] / bertos / mware / parser.c
index 6e23bcec5115498cc2268db07e7aeaa780d84b91..57dc6cf960b9bf2608fcda2e3634ae7b0c098cc3 100644 (file)
@@ -47,7 +47,7 @@
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Giovanni Bajo <rasky@develer.com>
  *
 
 #include "parser.h"
 
-#include "appconfig.h"
+#include "cfg/cfg_parser.h"
 
 #include <drv/ser.h>
-#include <mware/hashtable.h>
+#include <struct/hashtable.h>
 
 #include <stdlib.h> // atol(), NULL
 #include <string.h> // strchr(), strcmp()
@@ -358,6 +358,7 @@ void parser_register_cmd(const struct CmdTemplate* cmd)
 }
 
 #if CONFIG_INTERNAL_COMMANDS
+#warning FIXME:This code use boost lib, if you compile with internal command you must fix it.
 static ResultCode cmd_help(void)
 {
 #ifdef _DEBUG