summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/psxcd.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-01-04 16:21:35 +0000
committer smf- <smf-@users.noreply.github.com>2013-01-04 16:21:35 +0000
commit186d0b526af7ca34604bf92c1270461114853906 (patch)
tree08b3d0943ee8e4560cc25d1dd032f8c4c1fdbaa8 /src/mess/machine/psxcd.c
parent1566e7c2b8ca79b15eaf141ea63fae4842fcacef (diff)
removed psx_state, all code shared between mame and mess is now in src/emu/ [smf]
Diffstat (limited to 'src/mess/machine/psxcd.c')
-rw-r--r--src/mess/machine/psxcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/psxcd.c b/src/mess/machine/psxcd.c
index a60579a7b6c..842f378b59b 100644
--- a/src/mess/machine/psxcd.c
+++ b/src/mess/machine/psxcd.c
@@ -1,5 +1,4 @@
#include "emu.h"
-#include "includes/psx.h"
#include "psxcd.h"
#include "sound/spu.h"
#include "debugger.h"