diff options
author | 2019-08-21 14:09:01 -0400 | |
---|---|---|
committer | 2019-08-21 14:09:01 -0400 | |
commit | 121326f802fc04a70c3e9929f33973ade9c389ee (patch) | |
tree | 400f7164e2bfe33680702e50834bcb1845263052 /src/mame/drivers/pipeline.cpp | |
parent | 084c0472a4f09e8ad9a20294809fbae7de49d562 (diff) |
Remove tilemap.h from emu.h (nw)
Diffstat (limited to 'src/mame/drivers/pipeline.cpp')
-rw-r--r-- | src/mame/drivers/pipeline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/pipeline.cpp b/src/mame/drivers/pipeline.cpp index a6a0194655a..6a2b52a8345 100644 --- a/src/mame/drivers/pipeline.cpp +++ b/src/mame/drivers/pipeline.cpp @@ -79,6 +79,7 @@ Stephh's notes (based on the games Z80 code and some tests) : #include "emupal.h" #include "screen.h" #include "speaker.h" +#include "tilemap.h" class pipeline_state : public driver_device |