projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425dda0
)
sort #includes
author
Nathan Binkert
<binkertn@umich.edu>
Sat, 13 Nov 2004 19:46:02 +0000
(14:46 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Sat, 13 Nov 2004 19:46:02 +0000
(14:46 -0500)
don't need to include ev5.hh anymore
--HG--
extra : convert_revision :
f80d2767936d3fb07a9cb7fd4709cafe9ea93e63
dev/simconsole.cc
patch
|
blob
|
history
diff --git
a/dev/simconsole.cc
b/dev/simconsole.cc
index b2afb3f842ac76039950e01cb431906e9667c1ba..d8d890e15d69af42b059482558606535fefe7e8d 100644
(file)
--- 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;