From d065550da91ebb46765fc214a5af42f54a46e0ae Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sat, 11 Jul 2020 10:13:02 -0400 Subject: [PATCH] Pruning of redundant #includes located in src/devices/machine/* and src/frontend/mame/* (nw) --- src/devices/machine/r10696.h | 2 -- src/devices/machine/r10788.h | 2 -- src/devices/machine/ra17xx.h | 1 - src/frontend/mame/audit.h | 2 -- src/frontend/mame/ui/text.h | 3 --- src/frontend/mame/ui/utils.h | 2 -- 6 files changed, 12 deletions(-) diff --git a/src/devices/machine/r10696.h b/src/devices/machine/r10696.h index 4b5b7c91d87..dc33c4519f3 100644 --- a/src/devices/machine/r10696.h +++ b/src/devices/machine/r10696.h @@ -18,8 +18,6 @@ #pragma once -#include "device.h" - class r10696_device : public device_t { diff --git a/src/devices/machine/r10788.h b/src/devices/machine/r10788.h index 6b1214328d2..6ef21ccc466 100644 --- a/src/devices/machine/r10788.h +++ b/src/devices/machine/r10788.h @@ -17,8 +17,6 @@ #pragma once -#include "device.h" - class r10788_device : public device_t { diff --git a/src/devices/machine/ra17xx.h b/src/devices/machine/ra17xx.h index 11020778f8e..54e4fc9028f 100644 --- a/src/devices/machine/ra17xx.h +++ b/src/devices/machine/ra17xx.h @@ -16,7 +16,6 @@ #pragma once -#include "device.h" #include "cpu/pps4/pps4.h" diff --git a/src/frontend/mame/audit.h b/src/frontend/mame/audit.h index 511b4c98845..d336f6e5ae4 100644 --- a/src/frontend/mame/audit.h +++ b/src/frontend/mame/audit.h @@ -12,8 +12,6 @@ #pragma once -#include "hash.h" - #include #include #include diff --git a/src/frontend/mame/ui/text.h b/src/frontend/mame/ui/text.h index 5852bbeb184..c5755c39813 100644 --- a/src/frontend/mame/ui/text.h +++ b/src/frontend/mame/ui/text.h @@ -13,9 +13,6 @@ #ifndef MAME_FRONTEND_UI_TEXT_H #define MAME_FRONTEND_UI_TEXT_H -#include "palette.h" -#include "unicode.h" - class render_font; class render_container; diff --git a/src/frontend/mame/ui/utils.h b/src/frontend/mame/ui/utils.h index e6f2acd6bc8..a4a7ec02920 100644 --- a/src/frontend/mame/ui/utils.h +++ b/src/frontend/mame/ui/utils.h @@ -12,8 +12,6 @@ #pragma once -#include "unicode.h" - #include #include #include