[include][lk] fixup lk/ include path move

This commit is contained in:
Travis Geiselbrecht
2019-06-17 18:28:51 -07:00
parent 2937371c84
commit 1b7a28efb8
503 changed files with 1057 additions and 1057 deletions

View File

@@ -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)

View File

@@ -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>