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 --- z80_to_x86.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'z80_to_x86.h') diff --git a/z80_to_x86.h b/z80_to_x86.h index dd5864b..ab2c846 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -1,12 +1,12 @@ /* Copyright 2013 Michael Pavone - This file is part of BlastEm. + This file is part of BlastEm. BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. */ #ifndef Z80_TO_X86_H_ #define Z80_TO_X86_H_ #include "z80inst.h" -#include "x86_backend.h" +#include "backend.h" #define ZNUM_MEM_AREAS 4 #define ZMAX_NATIVE_SIZE 128 -- cgit v1.2.3