Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / kern / kfile_test.c
index 20da9ec91057f100766cbeb88470d62ccf3943a6..b01ba4469c3dfdd5f43359d4f707b602005abe01 100644 (file)
 
 
 #include "kfile.h"
-#include <appconfig.h>
 
+#include <cfg/cfg_kfile.h>
 #include <cfg/debug.h>
+
 #include <mware/formatwr.h>
+
 #include <string.h>
 
 #warning TODO:Refactor this module..