mirror of
https://github.com/holub/mame
synced 2025-05-08 23:31:54 +03:00
harddisk.h: #include shuffling
This commit is contained in:
parent
b7f9c64e6b
commit
e78804f12a
@ -11,6 +11,7 @@
|
||||
#ifndef MAME_DEVICES_IMAGEDEV_HARDDRIV_H
|
||||
#define MAME_DEVICES_IMAGEDEV_HARDDRIV_H
|
||||
|
||||
#include "chd.h"
|
||||
#include "harddisk.h"
|
||||
#include "softlist_dev.h"
|
||||
|
||||
|
@ -10,8 +10,11 @@
|
||||
|
||||
#include "harddisk.h"
|
||||
|
||||
#include "chd.h"
|
||||
#include "ioprocs.h"
|
||||
|
||||
#include "osdcore.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
|
@ -13,12 +13,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "chd.h"
|
||||
#include "utilfwd.h"
|
||||
|
||||
#include "osdcore.h"
|
||||
#include <cstdint>
|
||||
#include <system_error>
|
||||
#include <vector>
|
||||
|
||||
|
||||
class chd_file;
|
||||
|
||||
class hard_disk_file {
|
||||
public:
|
||||
struct info
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "imgterrs.h"
|
||||
|
||||
#include "chd.h"
|
||||
#include "harddisk.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user