diff --git a/spike_dasm/spike-dasm.cc b/spike_dasm/spike-dasm.cc index 8acf3ba1ab..547f044508 100644 --- a/spike_dasm/spike-dasm.cc +++ b/spike_dasm/spike-dasm.cc @@ -6,7 +6,6 @@ // enclosed hexadecimal number, interpreted as a RISC-V // instruction. -#include "config.h" #include "disasm.h" #include "extension.h" #include "platform.h" diff --git a/spike_main/spike-log-parser.cc b/spike_main/spike-log-parser.cc index 3b9692ba14..2c9a543b62 100644 --- a/spike_main/spike-log-parser.cc +++ b/spike_main/spike-log-parser.cc @@ -5,7 +5,6 @@ // in its inputs, then output the RISC-V instruction with the disassembly // enclosed hexadecimal number. -#include "config.h" #include #include #include