[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

@@ -22,12 +22,12 @@
*/
#include <dev/timer/arm_cortex_a9.h>
#include <debug.h>
#include <lk/debug.h>
#include <sys/types.h>
#include <err.h>
#include <lk/err.h>
#include <stdio.h>
#include <assert.h>
#include <trace.h>
#include <lk/trace.h>
#include <lib/fixed_point.h>
#include <kernel/thread.h>
#include <kernel/spinlock.h>

View File

@@ -27,7 +27,7 @@
#include <platform.h>
#include <platform/interrupts.h>
#include <platform/timer.h>
#include <trace.h>
#include <lk/trace.h>
#define LOCAL_TRACE 0

View File

@@ -20,8 +20,8 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <trace.h>
#include <err.h>
#include <lk/trace.h>
#include <lk/err.h>
#include <kernel/thread.h>
#include <platform/timer.h>
#include <platform/debug.h>