summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-06-17 17:56:33 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-06-17 17:56:33 -0400
commit1edb2058929cf9b0d3cc7d9836549d199e592f9b (patch)
tree7b60f62d99ac8f8219a553a43d7ba478723e980b
parent306043f62e06e8368733c2ee2a273c1ba5ea80b9 (diff)
downloadgem5-1edb2058929cf9b0d3cc7d9836549d199e592f9b.tar.xz
remove byte_swap.hh since it's not used
--HG-- extra : convert_revision : 20120d34ad2ab28d9dd5ac2907b974c40e511e9e
-rw-r--r--src/cpu/ozone/front_end_impl.hh1
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;