summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/hpc1.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-12 09:28:34 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-12 09:28:34 +1000
commit4e17bb120c26c4ec3ffc8407438f6d09b1da5e86 (patch)
tree20583b3ca381731b76940e28334bcfdab9719188 /src/mame/machine/hpc1.cpp
parentdf99ce2ec0e82020a6fee89f4ffaf7f1468fec31 (diff)
parent9214a78d705f3b83c3ea45534cf1d8355c1cb9c5 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/machine/hpc1.cpp')
-rw-r--r--src/mame/machine/hpc1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/hpc1.cpp b/src/mame/machine/hpc1.cpp
index a4c32d5d5c1..8ffb6e25a14 100644
--- a/src/mame/machine/hpc1.cpp
+++ b/src/mame/machine/hpc1.cpp
@@ -11,8 +11,8 @@
#include "bus/rs232/rs232.h"
#include "bus/rs232/hlemouse.h"
#include "machine/nscsi_bus.h"
-#include "machine/nscsi_cd.h"
-#include "machine/nscsi_hd.h"
+#include "bus/nscsi/cd.h"
+#include "bus/nscsi/hd.h"
#include "bus/sgikbd/sgikbd.h"
#include "machine/hpc1.h"
#include "speaker.h"