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/base/remote_gdb.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/base/remote_gdb.hh') diff --git a/src/base/remote_gdb.hh b/src/base/remote_gdb.hh index 92e599585..7c1228e59 100644 --- a/src/base/remote_gdb.hh +++ b/src/base/remote_gdb.hh @@ -31,13 +31,14 @@ #ifndef __REMOTE_GDB_HH__ #define __REMOTE_GDB_HH__ -#include #include +#include + #include "arch/types.hh" -#include "cpu/pc_event.hh" #include "base/pollevent.hh" #include "base/socket.hh" +#include "cpu/pc_event.hh" class System; class ThreadContext; -- cgit v1.2.3