summaryrefslogtreecommitdiff
path: root/m68k_to_x86.c
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2014-02-24 00:50:15 -0800
committerMike Pavone <pavone@retrodev.com>2014-02-24 00:50:15 -0800
commitfcf5fcfccb16b87e69b3ce9dd8dc74dbbaf426db (patch)
tree01c95b47e2f9427f86b49379702c0bbb86e992a2 /m68k_to_x86.c
parent543c2656175b2832c1279452872962499d492c7a (diff)
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Diffstat (limited to 'm68k_to_x86.c')
-rw-r--r--m68k_to_x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k_to_x86.c b/m68k_to_x86.c
index c0a0034..d926031 100644
--- a/m68k_to_x86.c
+++ b/m68k_to_x86.c
@@ -7,7 +7,7 @@
#include "m68k_to_x86.h"
#include "68kinst.h"
#include "mem.h"
-#include "x86_backend.h"
+#include "backend.h"
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>