summaryrefslogtreecommitdiff
path: root/bootmain.c
diff options
context:
space:
mode:
authorrsc <rsc>2006-07-16 15:40:05 +0000
committerrsc <rsc>2006-07-16 15:40:05 +0000
commitb53f99d0d2cff21c6c208f5d00bb2cd2c6e39210 (patch)
tree29bb029577c4176f0132ca49165264ef05916f82 /bootmain.c
parent4763a042c8b1f773c7517a145c72f455bde78b7f (diff)
downloadxv6-labs-b53f99d0d2cff21c6c208f5d00bb2cd2c6e39210.tar.gz
xv6-labs-b53f99d0d2cff21c6c208f5d00bb2cd2c6e39210.tar.bz2
xv6-labs-b53f99d0d2cff21c6c208f5d00bb2cd2c6e39210.zip
standardize on #include "foo" not <foo>
Diffstat (limited to 'bootmain.c')
-rw-r--r--bootmain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootmain.c b/bootmain.c
index 79d769c..4a70652 100644
--- a/bootmain.c
+++ b/bootmain.c
@@ -1,6 +1,6 @@
-#include <types.h>
-#include <elf.h>
-#include <x86.h>
+#include "types.h"
+#include "elf.h"
+#include "x86.h"
/**********************************************************************
* This a dirt simple boot loader, whose sole job is to boot