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

This commit is contained in:
Scott Stone 2020-07-10 20:11:08 -04:00
parent 1fdd4cd212
commit 20868d0c2f
8 changed files with 1 additions and 13 deletions

View File

@ -12,7 +12,6 @@
#pragma once
#include "cpu/m6809/m6809.h"
#include "video/generic.h"
#include "machine/wd_fdc.h"
#include "imagedev/floppy.h"
#include "machine/6840ptm.h"

View File

@ -5,8 +5,6 @@
#pragma once
#include <forward_list>
struct OHCIEndpointDescriptor {
int mps; // MaximumPacketSize
int f; // Format

View File

@ -17,7 +17,6 @@
#include <sstream>
#include <string>
#include <thread>
#include <list>
namespace esqpanel {

View File

@ -10,8 +10,6 @@
#include "diserial.h"
#include <vector>
//**************************************************************************
// TYPE DEFINITIONS

View File

@ -3,7 +3,6 @@
#ifndef MAME_MACHINE_ESQVFD_H
#define MAME_MACHINE_ESQVFD_H
#include <memory>
#include <tuple>

View File

@ -7,7 +7,6 @@
#include "screen.h"
#include "tilemap.h"
#include <memory>
typedef device_delegate<void (tile_data &tileinfo, u32 &tile, u32 &colour, u32 &flags)> decbac06_tile_cb_delegate;

View File

@ -6,8 +6,6 @@
#define PIN64_H
#include <cstdio>
#include <vector>
#include <map>
#define PIN64_ENABLE_CAPTURE (0)

View File

@ -5,12 +5,10 @@
*
*/
#include <vector>
#include <algorithm>
#include "emu.h"
#include "video/segaic24.h"
#include "includes/segas24.h"
#include <algorithm>
namespace {