Use configuration file instead appconfig. Reformat. Clean up. Remove CVS logs.
[bertos.git] / bertos / mware / event.h
index 4270e94698100af607168b8e6a1a0590155bc0c7..5fa996c684222c5654984d26522a4e68941bde82 100644 (file)
 #define KERN_EVENT_H
 
 #include <cfg/compiler.h>
-#include <appconfig.h>
+#include <cfg/cfg_kern.h>
 
 #if CONFIG_KERNEL
-       #include <config_kern.h>
        #if defined(CONFIG_KERN_SIGNALS) && CONFIG_KERN_SIGNALS
                #include <kern/signal.h>
        #endif