Pruning of redundant #includes located in src/devices/bus/* (nw)

This commit is contained in:
Scott Stone 2020-07-10 22:01:44 -04:00
parent e8d0710b8c
commit cf6447cf4e
5 changed files with 0 additions and 8 deletions

View File

@ -11,8 +11,6 @@
#pragma once #pragma once
#include <forward_list>
//************************************************************************** //**************************************************************************
// FORWARD DECLARATIONS // FORWARD DECLARATIONS

View File

@ -13,7 +13,6 @@
#include "ieee488.h" #include "ieee488.h"
#include <vector>
#include <queue> #include <queue>
//************************************************************************** //**************************************************************************

View File

@ -67,8 +67,6 @@
#pragma once #pragma once
#include <forward_list>
//************************************************************************** //**************************************************************************
// TYPE DEFINITIONS // TYPE DEFINITIONS

View File

@ -12,7 +12,6 @@
#define MAME_BUS_LPCI_PCI_H #define MAME_BUS_LPCI_PCI_H
#pragma once #pragma once
#include <forward_list>
//************************************************************************** //**************************************************************************
// TYPE DEFINITIONS // TYPE DEFINITIONS

View File

@ -22,8 +22,6 @@
#include "diserial.h" #include "diserial.h"
#include <memory>
namespace bus { namespace ti8x { namespace bus { namespace ti8x {