mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Pruning of redundant #includes located in src/mame/* (nw)
This commit is contained in:
parent
1fdd4cd212
commit
20868d0c2f
@ -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"
|
||||
|
@ -5,8 +5,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <forward_list>
|
||||
|
||||
struct OHCIEndpointDescriptor {
|
||||
int mps; // MaximumPacketSize
|
||||
int f; // Format
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <list>
|
||||
|
||||
namespace esqpanel {
|
||||
|
||||
|
@ -10,8 +10,6 @@
|
||||
|
||||
#include "diserial.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
|
@ -3,7 +3,6 @@
|
||||
#ifndef MAME_MACHINE_ESQVFD_H
|
||||
#define MAME_MACHINE_ESQVFD_H
|
||||
|
||||
#include <memory>
|
||||
#include <tuple>
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -6,8 +6,6 @@
|
||||
#define PIN64_H
|
||||
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
#define PIN64_ENABLE_CAPTURE (0)
|
||||
|
||||
|
@ -5,12 +5,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#include "emu.h"
|
||||
#include "video/segaic24.h"
|
||||
#include "includes/segas24.h"
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user