diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 14:46:02 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 14:46:02 -0500 |
commit | e9f3279334f714de7bbd1415377715cd00a763d5 (patch) | |
tree | 18c7ae984c861bd21ec055835428eb3902875d3b /dev | |
parent | 425dda00df994b2483850e80260618b2a1a957bf (diff) | |
download | gem5-e9f3279334f714de7bbd1415377715cd00a763d5.tar.xz |
sort #includes
don't need to include ev5.hh anymore
--HG--
extra : convert_revision : f80d2767936d3fb07a9cb7fd4709cafe9ea93e63
Diffstat (limited to 'dev')
-rw-r--r-- | dev/simconsole.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/simconsole.cc b/dev/simconsole.cc index b2afb3f84..d8d890e15 100644 --- a/dev/simconsole.cc +++ b/dev/simconsole.cc @@ -45,12 +45,11 @@ #include "base/misc.hh" #include "base/socket.hh" #include "base/trace.hh" +#include "dev/platform.hh" #include "dev/simconsole.hh" +#include "dev/uart.hh" #include "mem/functional_mem/memory_control.hh" #include "sim/builder.hh" -#include "targetarch/ev5.hh" -#include "dev/uart.hh" -#include "dev/platform.hh" using namespace std; |