From e6cea752f051b68ff92b387c5684cf1a36782af7 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 24 Mar 2024 01:41:07 +0300 Subject: Rename `disasm.(cpp|h)` into `m68k.(cpp|h)` --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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 -- cgit v1.2.3