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:
parent
34af922d76
commit
a56b6caca9
3 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
|||
#define __RES_LIST_HH__
|
||||
|
||||
#include "cprintf.hh"
|
||||
#include "std_types.hh"
|
||||
#include <assert.h>
|
||||
|
||||
#define DEBUG_REMOVE 0
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue