diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-11-06 19:10:13 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-11-06 19:10:13 -0500 |
commit | 5b152b970be305efa860b202ed1a7de8fdfe374c (patch) | |
tree | c3488fe255c1dcb23c17df268477bb0fa21a8f2e /src/dev | |
parent | b04a2653f941fd8174760da156b601bf8a2de2ef (diff) | |
download | gem5-5b152b970be305efa860b202ed1a7de8fdfe374c.tar.xz |
Got rid of stray alpha include
--HG--
extra : convert_revision : eddd64dd9291d6656821fe6387aeab2f9ddbaf58
Diffstat (limited to 'src/dev')
-rw-r--r-- | src/dev/uart8250.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dev/uart8250.cc b/src/dev/uart8250.cc index 9051a26a2..ddee33695 100644 --- a/src/dev/uart8250.cc +++ b/src/dev/uart8250.cc @@ -35,7 +35,6 @@ #include <string> #include <vector> -#include "arch/alpha/ev5.hh" #include "base/inifile.hh" #include "base/str.hh" // for to_number #include "base/trace.hh" |