From 39a055645f77e0fa7bf49406635dba6bd65e361f Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 15 Apr 2011 10:44:06 -0700 Subject: includes: sort all includes --- src/dev/x86/i8259.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dev/x86/i8259.hh') diff --git a/src/dev/x86/i8259.hh b/src/dev/x86/i8259.hh index 2a5d5f6aa..eee5ec171 100644 --- a/src/dev/x86/i8259.hh +++ b/src/dev/x86/i8259.hh @@ -31,10 +31,10 @@ #ifndef __DEV_X86_I8259_HH__ #define __DEV_X86_I8259_HH__ -#include "dev/io_device.hh" #include "dev/x86/intdev.hh" -#include "params/I8259.hh" +#include "dev/io_device.hh" #include "enums/X86I8259CascadeMode.hh" +#include "params/I8259.hh" namespace X86ISA { -- cgit v1.2.3