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:
@@ -31,10 +31,8 @@
|
||||
* Sep 30, 2004 source code documentation updated (Jorrit N. Herder)
|
||||
*/
|
||||
|
||||
#include "debug.h"
|
||||
#include "kernel.h"
|
||||
#include "system.h"
|
||||
#include "proc.h"
|
||||
#include "vm.h"
|
||||
#include "kernel/clock.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user