Remove unneeded double mark.
[bertos.git] / bertos / mware / event.h
index 4270e94698100af607168b8e6a1a0590155bc0c7..a357bb18e6ad7e1ae7523e8aad83fe4a697fa2a6 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