Remove unneeded double mark.
[bertos.git] / bertos / mware / formatwr.c
index 6353e1f1347cdda23dd1e08389896b5d1c0dc130..0a36cee8d5daca793250c0c42463ae93d1ea2343 100644 (file)
 
 
 #include "formatwr.h"
+
+#include "cfg/cfg_formatwr.h"  /* CONFIG_ macros */
+#include <cfg/debug.h>         /* ASSERT */
+
 #include <mware/pgm.h>
 #include <mware/hex.h>
-#include <cfg/debug.h> /* ASSERT */
-#include <appconfig.h> /* CONFIG_ macros */
 
 #ifndef CONFIG_PRINTF_N_FORMATTER
        /** Disable the arcane %n formatter. */