Update for new emulator.
[bertos.git] / kern / signal.c
index e4e0522a1bd3c36a019b00dd94a91d9fabdc9eb4..841ac6eb9d37c0a00135aecfb2efa39b2e2fe125 100755 (executable)
@@ -66,6 +66,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.13  2006/02/24 01:17:05  bernie
+ *#* Update for new emulator.
+ *#*
  *#* Revision 1.12  2005/11/04 16:20:02  bernie
  *#* Fix reference to README.devlib in header.
  *#*
  *#*/
 
 #include "signal.h"
-#include "proc.h"
-#include "proc_p.h"
-#include "hw.h"
+
+#include <kern/proc.h>
+#include <kern/proc_p.h>
 #include <cfg/debug.h>
 
 #if CONFIG_KERN_SIGNALS