Skip to content

Commit

Permalink
compiler.h is now always included on the command line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Apr 14, 2005
1 parent bc85cf7 commit e44e5c7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/arch/i386/firmware/pcbios/bios.c
Expand Up @@ -5,7 +5,6 @@

#include "stdint.h"
#include "realmode.h"
#include "compiler.h"

#define BIOS_DATA_SEG 0x0040

Expand Down
1 change: 0 additions & 1 deletion src/arch/i386/firmware/pcbios/bios_console.c
Expand Up @@ -3,7 +3,6 @@
* Body of routines taken from old pcbios.S
*/

#include "compiler.h"
#include "realmode.h"
#include "console.h"

Expand Down
1 change: 0 additions & 1 deletion src/arch/i386/include/io.h
@@ -1,7 +1,6 @@
#ifndef ETHERBOOT_IO_H
#define ETHERBOOT_IO_H

#include "compiler.h"
#include "virtaddr.h"

/* virt_to_bus converts an addresss inside of etherboot [_start, _end]
Expand Down
1 change: 0 additions & 1 deletion src/arch/i386/include/realmode.h
Expand Up @@ -4,7 +4,6 @@
#ifndef ASSEMBLY

#include "stdint.h"
#include "compiler.h"
#include "registers.h"
#include "io.h"

Expand Down
1 change: 0 additions & 1 deletion src/arch/i386/include/registers.h
Expand Up @@ -2,7 +2,6 @@
#define REGISTERS_H

#include "stdint.h"
#include "compiler.h"

/* Basic 16-bit and 32-bit register types */
typedef union {
Expand Down
2 changes: 0 additions & 2 deletions src/arch/i386/prefix/dskprefix.S
@@ -1,5 +1,3 @@
#include "compiler.h"

/* NOTE: this boot sector contains instructions that need at least an 80186.
* Yes, as86 has a bug somewhere in the valid instruction set checks.
*
Expand Down

0 comments on commit e44e5c7

Please sign in to comment.