cleanup
authorNathan Binkert <binkertn@umich.edu>
Mon, 13 Oct 2003 20:14:28 +0000 (16:14 -0400)
committerNathan Binkert <binkertn@umich.edu>
Mon, 13 Oct 2003 20:14:28 +0000 (16:14 -0400)
arch/alpha/arguments.hh:
arch/alpha/arguments.cc:
    sort #includes

--HG--
extra : convert_revision : f152f2fa1479649e7376e2a24107da642c7da5aa

arch/alpha/arguments.cc
arch/alpha/arguments.hh

index 38f7a400c8f1c6a5bb72b37d517ba9dd3af284bb..2dca3f51e027d9c1408f1d36f8ea8614c4a5ce5c 100644 (file)
@@ -26,9 +26,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "targetarch/arguments.hh"
 #include "cpu/exec_context.hh"
 #include "mem/functional_mem/physical_memory.hh"
+#include "targetarch/arguments.hh"
 #include "targetarch/vtophys.hh"
 
 AlphaArguments::Data::~Data()
index 9ac744e171d0b095b7d868e6c3ba7bd0eaa066d2..18569c68866c0312648c9251c2041a4e26ace99b 100644 (file)
@@ -31,9 +31,9 @@
 
 #include <assert.h>
 
-#include "sim/host.hh"
-#include "kern/tru64/kernel.hh"
 #include "base/refcnt.hh"
+#include "kern/tru64/kernel.hh"
+#include "sim/host.hh"
 #include "targetarch/vtophys.hh"
 
 class ExecContext;