From: Ali Saidi Date: Sat, 17 Jun 2006 21:56:33 +0000 (-0400) Subject: remove byte_swap.hh since it's not used X-Git-Tag: m5_2.0_beta1~36^2~64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1edb2058929cf9b0d3cc7d9836549d199e592f9b;p=gem5.git remove byte_swap.hh since it's not used --HG-- extra : convert_revision : 20120d34ad2ab28d9dd5ac2907b974c40e511e9e --- 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;