Reorganize the includes and add an include for misc.hh.
--HG-- extra : convert_revision : 484b2d07a1e8b3879c35d80bf16b73fd0cc9be1f
This commit is contained in:
parent
643cb6dd81
commit
5ad1731a12
1 changed files with 4 additions and 3 deletions
|
@ -37,12 +37,13 @@ output header {{
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "cpu/static_inst.hh"
|
|
||||||
#include "arch/sparc/faults.hh"
|
#include "arch/sparc/faults.hh"
|
||||||
#include "mem/request.hh" // some constructors use MemReq flags
|
|
||||||
#include "mem/packet.hh"
|
|
||||||
#include "arch/sparc/isa_traits.hh"
|
#include "arch/sparc/isa_traits.hh"
|
||||||
#include "arch/sparc/regfile.hh"
|
#include "arch/sparc/regfile.hh"
|
||||||
|
#include "base/misc.hh"
|
||||||
|
#include "cpu/static_inst.hh"
|
||||||
|
#include "mem/packet.hh"
|
||||||
|
#include "mem/request.hh" // some constructors use MemReq flags
|
||||||
}};
|
}};
|
||||||
|
|
||||||
output decoder {{
|
output decoder {{
|
||||||
|
|
Loading…
Reference in a new issue