Move list_head in libc
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
// ============================================================================
|
||||
// Setup the logging for this file (do this before any other include).
|
||||
#include "klib/list_head.h"
|
||||
#include "sys/list_head.h"
|
||||
#include "limits.h"
|
||||
#include "mem/slab.h"
|
||||
#include "stddef.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "io/debug.h"
|
||||
#include "klib/ndtree.h"
|
||||
#include "assert.h"
|
||||
#include "klib/list_head.h"
|
||||
#include "sys/list_head.h"
|
||||
#include "mem/slab.h"
|
||||
|
||||
// ============================================================================
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "mem/kheap.h"
|
||||
#include "mem/paging.h"
|
||||
#include "klib/list_head.h"
|
||||
#include "sys/list_head.h"
|
||||
#include "string.h"
|
||||
#include "assert.h"
|
||||
#include "math.h"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "mem/zone_allocator.h"
|
||||
#include "mem/buddysystem.h"
|
||||
#include "klib/list_head.h"
|
||||
#include "sys/list_head.h"
|
||||
#include "kernel.h"
|
||||
#include "assert.h"
|
||||
#include "mem/paging.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "hardware/timer.h"
|
||||
#include "process/prio.h"
|
||||
#include "assert.h"
|
||||
#include "klib/list_head.h"
|
||||
#include "sys/list_head.h"
|
||||
#include "process/wait.h"
|
||||
#include "process/scheduler.h"
|
||||
#include "process/scheduler_feedback.h"
|
||||
|
||||
Reference in New Issue
Block a user