summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-08-21 14:09:01 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-08-21 14:09:01 -0400
commit121326f802fc04a70c3e9929f33973ade9c389ee (patch)
tree400f7164e2bfe33680702e50834bcb1845263052 /src/emu/tilemap.h
parent084c0472a4f09e8ad9a20294809fbae7de49d562 (diff)
Remove tilemap.h from emu.h (nw)
Diffstat (limited to 'src/emu/tilemap.h')
-rw-r--r--src/emu/tilemap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/tilemap.h b/src/emu/tilemap.h
index 15794247a4f..185311c389a 100644
--- a/src/emu/tilemap.h
+++ b/src/emu/tilemap.h
@@ -300,10 +300,6 @@
#pragma once
-#ifndef __EMU_H__
-#error Dont include this file directly; include emu.h instead.
-#endif
-
#ifndef MAME_EMU_TILEMAP_H
#define MAME_EMU_TILEMAP_H