diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-08 22:29:27 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-08 22:29:27 -0700 |
commit | a56b6caca91131c1f65a017022d1fc836e2c1561 (patch) | |
tree | b7b2421b04cb232cccf5fba8ee51263b16fda59c /base/res_list.hh | |
parent | 34af922d766585efdc8b7e2b69fd67eb88528ab3 (diff) | |
download | gem5-a56b6caca91131c1f65a017022d1fc836e2c1561.tar.xz |
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
Diffstat (limited to 'base/res_list.hh')
-rw-r--r-- | base/res_list.hh | 1 |
1 files changed, 0 insertions, 1 deletions
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 <assert.h> #define DEBUG_REMOVE 0 |