diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-06-17 17:56:33 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-06-17 17:56:33 -0400 |
commit | 1edb2058929cf9b0d3cc7d9836549d199e592f9b (patch) | |
tree | 7b60f62d99ac8f8219a553a43d7ba478723e980b /src/cpu/ozone | |
parent | 306043f62e06e8368733c2ee2a273c1ba5ea80b9 (diff) | |
download | gem5-1edb2058929cf9b0d3cc7d9836549d199e592f9b.tar.xz |
remove byte_swap.hh since it's not used
--HG--
extra : convert_revision : 20120d34ad2ab28d9dd5ac2907b974c40e511e9e
Diffstat (limited to 'src/cpu/ozone')
-rw-r--r-- | src/cpu/ozone/front_end_impl.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/ozone/front_end_impl.hh b/src/cpu/ozone/front_end_impl.hh index 467567c10..8082e01b9 100644 --- a/src/cpu/ozone/front_end_impl.hh +++ b/src/cpu/ozone/front_end_impl.hh @@ -35,7 +35,6 @@ #include "cpu/exetrace.hh" #include "cpu/ozone/front_end.hh" #include "mem/mem_interface.hh" -#include "sim/byte_swap.hh" using namespace TheISA; |