summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-11-20 18:10:46 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-11-20 18:10:46 -0500
commit3cfd31d798780a03a8b31ff8e57a59227b35c267 (patch)
tree955bb2d1c66e03d2bba86b204569e09beb6b7161 /src/devices/machine
parentd1d8885e06881d09607dffb1fc31f398e67f642a (diff)
Miscellaneous #include cleanup
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/mb89374.h2
-rw-r--r--src/devices/machine/s3c44b0.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/machine/mb89374.h b/src/devices/machine/mb89374.h
index c70781b49aa..4ea6878641f 100644
--- a/src/devices/machine/mb89374.h
+++ b/src/devices/machine/mb89374.h
@@ -35,7 +35,7 @@ Data Link Controller
#pragma once
-#include "osdcore.h"
+#include "osdfile.h"
class mb89374_device : public device_t,
diff --git a/src/devices/machine/s3c44b0.cpp b/src/devices/machine/s3c44b0.cpp
index bf3a1ed811c..746c6ba0e32 100644
--- a/src/devices/machine/s3c44b0.cpp
+++ b/src/devices/machine/s3c44b0.cpp
@@ -15,8 +15,6 @@
#include "cpu/arm7/arm7core.h"
#include "screen.h"
-#include "coreutil.h"
-
#include <algorithm>