Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / kern / proc_p.h
index 8fbb0ed0a723d8ddd5a440c09f8fb519f6c795a6..77fca314f0719f8ae9548d39cd899a04afc14545 100644 (file)
 #ifndef KERN_PROC_P_H
 #define KERN_PROC_P_H
 
+#include <cfg/cfg_kern.h>
 #include <cfg/compiler.h>
+
 #include <cpu/types.h>        /* for cpu_stack_t */
+
 #include <mware/list.h>
-#include <config_kern.h>
-#include <appconfig.h>
 
 typedef struct Process
 {