mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Pruning of redundant #includes located in src/devices/bus/* (nw)
This commit is contained in:
parent
e8d0710b8c
commit
cf6447cf4e
@ -11,8 +11,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <forward_list>
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// FORWARD DECLARATIONS
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include "ieee488.h"
|
||||
|
||||
#include <vector>
|
||||
#include <queue>
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -67,8 +67,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <forward_list>
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
|
@ -12,7 +12,6 @@
|
||||
#define MAME_BUS_LPCI_PCI_H
|
||||
|
||||
#pragma once
|
||||
#include <forward_list>
|
||||
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
|
@ -22,8 +22,6 @@
|
||||
|
||||
#include "diserial.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
||||
namespace bus { namespace ti8x {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user