From a56b6caca91131c1f65a017022d1fc836e2c1561 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Wed, 8 Oct 2003 22:29:27 -0700 Subject: [PATCH] Rename std_types.hh to the much more descriptive inst_seq.hh base/res_list.hh: Don't need to include std_types.hh sim/exetrace.hh: Rename std_types.hh to inst_seq.hh --HG-- rename : sim/std_types.hh => sim/inst_seq.hh extra : convert_revision : 23698c9a83f1c19a6df8fa6f266ff4d8949a6cd9 --- base/res_list.hh | 1 - sim/exetrace.hh | 2 +- sim/{std_types.hh => inst_seq.hh} | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename sim/{std_types.hh => inst_seq.hh} (100%) diff --git a/base/res_list.hh b/base/res_list.hh index b5eb209c9..a5005c906 100644 --- a/base/res_list.hh +++ b/base/res_list.hh @@ -30,7 +30,6 @@ #define __RES_LIST_HH__ #include "cprintf.hh" -#include "std_types.hh" #include #define DEBUG_REMOVE 0 diff --git a/sim/exetrace.hh b/sim/exetrace.hh index d5b9dc218..2eb7753e5 100644 --- a/sim/exetrace.hh +++ b/sim/exetrace.hh @@ -33,7 +33,7 @@ #include #include "host.hh" -#include "std_types.hh" // for InstSeqNum +#include "inst_seq.hh" // for InstSeqNum #include "trace.hh" #include "exec_context.hh" #include "static_inst.hh" diff --git a/sim/std_types.hh b/sim/inst_seq.hh similarity index 100% rename from sim/std_types.hh rename to sim/inst_seq.hh