From cf6447cf4e413456c63c859a6e1990b44d9b28c1 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Fri, 10 Jul 2020 22:01:44 -0400 Subject: Pruning of redundant #includes located in src/devices/bus/* (nw) --- src/devices/bus/acorn/bus.h | 2 -- src/devices/bus/ieee488/grid2102.h | 1 - src/devices/bus/isa/isa.h | 2 -- src/devices/bus/lpci/pci.h | 1 - src/devices/bus/ti8x/graphlinkhle.h | 2 -- 5 files changed, 8 deletions(-) diff --git a/src/devices/bus/acorn/bus.h b/src/devices/bus/acorn/bus.h index bfd9a980304..b35b42f71d5 100644 --- a/src/devices/bus/acorn/bus.h +++ b/src/devices/bus/acorn/bus.h @@ -11,8 +11,6 @@ #pragma once -#include - //************************************************************************** // FORWARD DECLARATIONS diff --git a/src/devices/bus/ieee488/grid2102.h b/src/devices/bus/ieee488/grid2102.h index 1f461133bf6..f87225c0812 100644 --- a/src/devices/bus/ieee488/grid2102.h +++ b/src/devices/bus/ieee488/grid2102.h @@ -13,7 +13,6 @@ #include "ieee488.h" -#include #include //************************************************************************** diff --git a/src/devices/bus/isa/isa.h b/src/devices/bus/isa/isa.h index ac84917dfed..a628ddc0b9b 100644 --- a/src/devices/bus/isa/isa.h +++ b/src/devices/bus/isa/isa.h @@ -67,8 +67,6 @@ #pragma once -#include - //************************************************************************** // TYPE DEFINITIONS diff --git a/src/devices/bus/lpci/pci.h b/src/devices/bus/lpci/pci.h index 81fe3b759e5..f962ddd6ff7 100644 --- a/src/devices/bus/lpci/pci.h +++ b/src/devices/bus/lpci/pci.h @@ -12,7 +12,6 @@ #define MAME_BUS_LPCI_PCI_H #pragma once -#include //************************************************************************** // TYPE DEFINITIONS diff --git a/src/devices/bus/ti8x/graphlinkhle.h b/src/devices/bus/ti8x/graphlinkhle.h index 310a4daf133..8a07e0ddea0 100644 --- a/src/devices/bus/ti8x/graphlinkhle.h +++ b/src/devices/bus/ti8x/graphlinkhle.h @@ -22,8 +22,6 @@ #include "diserial.h" -#include - namespace bus { namespace ti8x { -- cgit v1.2.3