refactor: remove unused includes from DRAMPower

This commit is contained in:
2025-12-02 15:16:11 +01:00
parent 63b0885772
commit ac59e2aa7c
2 changed files with 0 additions and 11 deletions

View File

@@ -14,11 +14,6 @@
#include <DRAMUtils/memspec/standards/MemSpecDDR5.h>
#ifdef DRAMPOWER
#include <DRAMPower/standards/ddr5/DDR5.h>
#include <DRAMPower/memspec/MemSpecDDR5.h>
#endif
#include <systemc>
namespace DRAMSys

View File

@@ -42,12 +42,6 @@
#include <DRAMUtils/memspec/standards/MemSpecLPDDR5.h>
#ifdef DRAMPOWER
#include <DRAMPower/memspec/MemSpecLPDDR5.h>
#include <DRAMPower/standards/lpddr5/LPDDR5.h>
#endif
#include <systemc>
namespace DRAMSys