Kernel: clean up include statements a bit

Coverity was flagging a recursive include between kernel.h and
cpulocals.h. As cpulocals.h also included proc.h, we can move that
include statement into kernel.h, and clean up the source files'
include statements accordingly.
This commit is contained in:
David van Moolenbroek
2012-08-14 16:29:05 +00:00
parent 5456f2728e
commit cf9a4ec79b
23 changed files with 2 additions and 44 deletions

View File

@@ -4,8 +4,6 @@
*/
#include "kernel.h"
#include "proc.h"
#include "debug.h"
#include <minix/callnr.h>
#include <minix/sysutil.h>