mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
clean up includes (nw)
This commit is contained in:
parent
50da8bcf1a
commit
aaa3090dd3
@ -8,8 +8,8 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include <regex>
|
||||
#include "emu.h"
|
||||
|
||||
#include "emuopts.h"
|
||||
#include "drivenum.h"
|
||||
#include "ui/uimain.h"
|
||||
@ -17,6 +17,9 @@
|
||||
#include "softlist.h"
|
||||
#include "formats/ioprocs.h"
|
||||
|
||||
#include <regex>
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// DEVICE CONFIG IMAGE INTERFACE
|
||||
//**************************************************************************
|
||||
|
@ -17,6 +17,11 @@
|
||||
#ifndef __DIIMAGE_H__
|
||||
#define __DIIMAGE_H__
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
//**************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user