[include][lk] fixup lk/ include path move
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
#include <lk/init.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <compiler.h>
|
||||
#include <debug.h>
|
||||
#include <trace.h>
|
||||
#include <lk/compiler.h>
|
||||
#include <lk/debug.h>
|
||||
#include <lk/trace.h>
|
||||
|
||||
#define LOCAL_TRACE 0
|
||||
#define TRACE_INIT (LK_DEBUGLEVEL >= 2)
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
* Main entry point to the OS. Initializes modules in order and creates
|
||||
* the default thread.
|
||||
*/
|
||||
#include <compiler.h>
|
||||
#include <debug.h>
|
||||
#include <lk/compiler.h>
|
||||
#include <lk/debug.h>
|
||||
#include <string.h>
|
||||
#include <app.h>
|
||||
#include <arch.h>
|
||||
|
||||
Reference in New Issue
Block a user