diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/m68k.cpp (renamed from src/disasm.cpp) | 2 | ||||
-rw-r--r-- | src/m68k.h (renamed from src/disasm.h) | 0 | ||||
-rw-r--r-- | src/main.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/disasm.cpp b/src/m68k.cpp index 3a27400..254c898 100644 --- a/src/disasm.cpp +++ b/src/m68k.cpp @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: Unlicense */ -#include "disasm.h" +#include "m68k.h" #include "data_buffer.h" #include "common.h" diff --git a/src/disasm.h b/src/m68k.h index 65429dc..65429dc 100644 --- a/src/disasm.h +++ b/src/m68k.h diff --git a/src/main.cpp b/src/main.cpp index 8b6412b..5fd86b9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ #include "elf_image.h" #include "data_buffer.h" -#include "disasm.h" +#include "m68k.h" #include "common.h" #define OPTPARSE_IMPLEMENTATION |