mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Remove memarray.h from emu.h
This commit is contained in:
parent
35f708384d
commit
71bcb539fe
@ -50,7 +50,6 @@
|
||||
|
||||
// memory and address spaces
|
||||
#include "emumem.h"
|
||||
#include "memarray.h"
|
||||
|
||||
// machine-wide utilities
|
||||
#include "romentry.h"
|
||||
|
@ -95,6 +95,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "memarray.h"
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "memarray.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
|
@ -23,10 +23,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __EMU_H__
|
||||
#error Dont include this file directly; include emu.h instead.
|
||||
#endif
|
||||
|
||||
#ifndef MAME_EMU_MEMARRAY_H
|
||||
#define MAME_EMU_MEMARRAY_H
|
||||
|
||||
|
@ -303,6 +303,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "memarray.h"
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
@ -77,6 +77,7 @@
|
||||
#include "machine/wd_fdc.h"
|
||||
#include "machine/z80sio.h"
|
||||
#include "video/mc6845.h"
|
||||
#include "memarray.h"
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
|
@ -12,6 +12,8 @@
|
||||
#ifndef MAME_VIDEO_ATARIRLE_H
|
||||
#define MAME_VIDEO_ATARIRLE_H
|
||||
|
||||
#include "memarray.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// CONSTANTS
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "memarray.h"
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// TYPE DEFINITIONS
|
||||
|
Loading…
Reference in New Issue
Block a user