Remove unused headers
This commit is contained in:
parent
c58ac7f198
commit
61fbe8cecd
|
@ -7,16 +7,6 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "BASE_ISA.h"
|
||||
#include "tlm.h"
|
||||
#include "tlm_utils/simple_initiator_socket.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "MemoryInterface.h"
|
||||
#include "Instruction.h"
|
||||
#include "C_extension.h"
|
||||
#include "M_extension.h"
|
||||
#include "A_extension.h"
|
||||
#include "Registers.h"
|
||||
|
||||
namespace riscv_tlm {
|
||||
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
*/
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include <cstdint>
|
||||
#include "Timer.h"
|
||||
|
||||
namespace riscv_tlm {
|
||||
namespace peripherals {
|
||||
namespace riscv_tlm::peripherals {
|
||||
|
||||
SC_HAS_PROCESS(Timer);
|
||||
|
||||
Timer::Timer(sc_core::sc_module_name const &name) :
|
||||
|
@ -102,5 +101,4 @@ namespace peripherals {
|
|||
|
||||
trans.set_response_status(tlm::TLM_OK_RESPONSE);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue