summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/powerpc/ppc.c')
-rw-r--r--src/emu/cpu/powerpc/ppc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/powerpc/ppc.c b/src/emu/cpu/powerpc/ppc.c
index 77650fa0c1f..b70785941ca 100644
--- a/src/emu/cpu/powerpc/ppc.c
+++ b/src/emu/cpu/powerpc/ppc.c
@@ -3,7 +3,6 @@
#include <setjmp.h>
#include "ppc.h"
#include "debugger.h"
-#include "deprecat.h"
#if (HAS_PPC603 || HAS_PPC601 || HAS_PPC604)
static void ppc603_exception(int exception);