From 16bc6b032fb9fe25e88b3870360aa60c9b2a54cd Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sun, 20 May 2018 10:39:41 -0500 Subject: [PATCH] Remove spurious apu.h include here. --- cpuexec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpuexec.h b/cpuexec.h index 01a9a25c..34f9dcdc 100644 --- a/cpuexec.h +++ b/cpuexec.h @@ -198,8 +198,6 @@ #include "debug.h" #endif -#include "../apu/apu.h" - struct SOpcodes { void (*S9xOpcode) (void);