Skip to content

Commit

Permalink
Remove leftover config.h includes in dasm/log-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Sep 14, 2024
1 parent b47080f commit c187be0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spike_dasm/spike-dasm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion spike_main/spike-log-parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c187be0

Please sign in to comment.