From fcf5fcfccb16b87e69b3ce9dd8dc74dbbaf426db Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Mon, 24 Feb 2014 00:50:15 -0800 Subject: Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively --- m68k_to_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k_to_x86.h') diff --git a/m68k_to_x86.h b/m68k_to_x86.h index 7fba62c..7752465 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -7,7 +7,7 @@ #define M68K_TO_X86_H_ #include #include -#include "x86_backend.h" +#include "backend.h" //#include "68kinst.h" struct m68kinst; -- cgit v1.2.3