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
This commit is contained in:
Steve Reinhardt 2003-10-08 22:29:27 -07:00
parent 34af922d76
commit a56b6caca9
3 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,6 @@
#define __RES_LIST_HH__
#include "cprintf.hh"
#include "std_types.hh"
#include <assert.h>
#define DEBUG_REMOVE 0

View file

@ -33,7 +33,7 @@
#include <vector>
#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"