summaryrefslogtreecommitdiffstats
path: root/src/emu/memarray.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-08-30 23:37:12 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-08-30 23:37:12 -0400
commit71bcb539fec9d90572e3170f751746465fd976b4 (patch)
treee7748c03c32d76dde0418347d27cc1dcbe161d6b /src/emu/memarray.cpp
parent35f708384dc57f32631c6745ec3f76eacda5df45 (diff)
Remove memarray.h from emu.h
Diffstat (limited to 'src/emu/memarray.cpp')
-rw-r--r--src/emu/memarray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/memarray.cpp b/src/emu/memarray.cpp
index 92069a1f4cb..a5248399924 100644
--- a/src/emu/memarray.cpp
+++ b/src/emu/memarray.cpp
@@ -9,6 +9,7 @@
***************************************************************************/
#include "emu.h"
+#include "memarray.h"
//**************************************************************************