summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author yz70s <yz70s@users.noreply.github.com>2019-12-22 23:00:59 +0100
committer yz70s <yz70s@users.noreply.github.com>2019-12-22 23:03:21 +0100
commit17b4efe8449262f2b99d718ddbfd4c0ea5c8f61a (patch)
treebd9d60baeb4ea682d029999362ef1e612e9e7fee
parent2e598d60f83c862ddf0cfb464433a313d24c4488 (diff)
Change #include location (nw)
-rw-r--r--src/devices/bus/lpci/mpc105.cpp1
-rw-r--r--src/devices/bus/lpci/mpc105.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/mpc105.cpp b/src/devices/bus/lpci/mpc105.cpp
index f3ee77acaf7..de6eee2dcce 100644
--- a/src/devices/bus/lpci/mpc105.cpp
+++ b/src/devices/bus/lpci/mpc105.cpp
@@ -9,7 +9,6 @@
***************************************************************************/
#include "emu.h"
-#include "machine/ram.h"
#include "mpc105.h"
#define LOG_MPC105 0
diff --git a/src/devices/bus/lpci/mpc105.h b/src/devices/bus/lpci/mpc105.h
index a7ed423fd78..e469168189d 100644
--- a/src/devices/bus/lpci/mpc105.h
+++ b/src/devices/bus/lpci/mpc105.h
@@ -14,6 +14,7 @@
#pragma once
#include "pci.h"
+#include "machine/ram.h"
#define MPC105_MEMORYBANK_COUNT 8