[include][lib] move most of the dangling top level include/lib/.h files into their lib
Only remaining one is console.h which is a little funny and will need to be dealt with separately.
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
#include <string.h>
|
||||
#include <printf.h>
|
||||
#include <lk/err.h>
|
||||
#include <lib/dpc.h>
|
||||
#include <kernel/thread.h>
|
||||
#include <kernel/timer.h>
|
||||
#include <kernel/debug.h>
|
||||
|
||||
@@ -28,13 +28,15 @@
|
||||
#include <lk/err.h>
|
||||
#include <lib/console.h>
|
||||
#include <lib/bio.h>
|
||||
#include <lib/partition.h>
|
||||
#include <platform.h>
|
||||
#include <kernel/thread.h>
|
||||
|
||||
#if WITH_LIB_CKSUM
|
||||
#include <lib/cksum.h>
|
||||
#endif
|
||||
#if WITH_LIB_PARTITION
|
||||
#include <lib/partition.h>
|
||||
#endif
|
||||
|
||||
#define DMA_ALIGNMENT (CACHE_LINE)
|
||||
#define THREE_BYTE_ADDR_BOUNDARY (16777216)
|
||||
|
||||
@@ -56,9 +56,7 @@
|
||||
#include <lk/compiler.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <lib/gfx.h>
|
||||
#include <dev/gpio.h>
|
||||
#include <dev/display.h>
|
||||
#include <kernel/event.h>
|
||||
#include <kernel/thread.h>
|
||||
#include <arch/ops.h>
|
||||
|
||||
Reference in New Issue
Block a user