Browse Source

Remove leftover config.h includes in dasm/log-parser

pull/1807/head
Jerry Zhao 2 years ago
parent
commit
c187be0a1e
  1. 1
      spike_dasm/spike-dasm.cc
  2. 1
      spike_main/spike-log-parser.cc

1
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"

1
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 <iostream>
#include <string>
#include <cstdint>

Loading…
Cancel
Save