summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-02-28 10:48:10 +0000
committer smf- <smf-@users.noreply.github.com>2017-02-28 10:48:10 +0000
commitc5a49800a624067382ae83c4348d151f34605c41 (patch)
tree255714f6ef3f2ae3d655eded766464c59559a590
parentd1ecd322645e739137ecabb56e6171e75ea0f432 (diff)
fix MSVC build (nw)
-rw-r--r--src/devices/cpu/psx/psx.cpp1
-rw-r--r--src/devices/cpu/psx/psx.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/cpu/psx/psx.cpp b/src/devices/cpu/psx/psx.cpp
index 3eeb9914806..971ca9930d9 100644
--- a/src/devices/cpu/psx/psx.cpp
+++ b/src/devices/cpu/psx/psx.cpp
@@ -70,7 +70,6 @@
#include "mdec.h"
#include "rcnt.h"
#include "sound/spu.h"
-#include "machine/ram.h"
#include "debugger.h"
#define LOG_BIOSCALL ( 0 )
diff --git a/src/devices/cpu/psx/psx.h b/src/devices/cpu/psx/psx.h
index 417eecaae1a..8bf4a5d12b3 100644
--- a/src/devices/cpu/psx/psx.h
+++ b/src/devices/cpu/psx/psx.h
@@ -12,6 +12,7 @@
#pragma once
+#include "machine/ram.h"
#include "dma.h"
#include "gte.h"
#include "irq.h"
@@ -133,8 +134,6 @@ enum
// TYPE DEFINITIONS
//**************************************************************************
-class ram_device;
-
class psxcpu_state
{
public: