standardize on #include "foo" not <foo>
This commit is contained in:
parent
4763a042c8
commit
b53f99d0d2
|
@ -1,6 +1,6 @@
|
||||||
#include <types.h>
|
#include "types.h"
|
||||||
#include <elf.h>
|
#include "elf.h"
|
||||||
#include <x86.h>
|
#include "x86.h"
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* This a dirt simple boot loader, whose sole job is to boot
|
* This a dirt simple boot loader, whose sole job is to boot
|
||||||
|
|
Loading…
Reference in a new issue