From b53f99d0d2cff21c6c208f5d00bb2cd2c6e39210 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 16 Jul 2006 15:40:05 +0000 Subject: standardize on #include "foo" not --- bootmain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootmain.c') diff --git a/bootmain.c b/bootmain.c index 79d769c..4a70652 100644 --- a/bootmain.c +++ b/bootmain.c @@ -1,6 +1,6 @@ -#include -#include -#include +#include "types.h" +#include "elf.h" +#include "x86.h" /********************************************************************** * This a dirt simple boot loader, whose sole job is to boot -- cgit v1.2.3