From 91810ddf798be6067dd4a42dd4c708573645987d Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Wed, 30 Jul 2014 13:53:04 +1000 Subject: device/oprom/realmode: Sanitize header inclusion Alphabetise includes to avoid duplication. Change-Id: I7fa6998cd736bad2bab4a6b1a65d48a21d6220d9 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6415 Tested-by: build bot (Jenkins) Reviewed-by: Isaac Christensen --- src/device/oprom/realmode/x86_interrupts.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/device/oprom/realmode/x86_interrupts.c') diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c index 1ee6979696..56a9b1b5df 100644 --- a/src/device/oprom/realmode/x86_interrupts.c +++ b/src/device/oprom/realmode/x86_interrupts.c @@ -19,17 +19,19 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include +#include +#include #include #include #include #include -#include -#include -#include -#include "x86.h" + /* we use x86emu's register file representation */ #include +#include "x86.h" + // errors go in AH. Just set these up so that word assigns // will work. KISS. enum { -- cgit v1.2.3