summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/whitestar.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-04 12:04:17 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-04 12:04:17 -0500
commit687e7e162dbadc4b4d0ca58343493f15a0cdabbc (patch)
tree98c74e83a9d353bdad6049fb46e48d2c538b217c /src/mame/drivers/whitestar.cpp
parent1df5faad19b61045bbddad62e23b1fa937a911de (diff)
Purge #include "rendlay.h" where not necessary
Diffstat (limited to 'src/mame/drivers/whitestar.cpp')
-rw-r--r--src/mame/drivers/whitestar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/whitestar.cpp b/src/mame/drivers/whitestar.cpp
index 948093f1b8d..115147f4995 100644
--- a/src/mame/drivers/whitestar.cpp
+++ b/src/mame/drivers/whitestar.cpp
@@ -9,7 +9,6 @@
#include "video/mc6845.h"
#include "audio/decobsmt.h"
#include "video/decodmd2.h"
-#include "rendlay.h"
class whitestar_state : public driver_device
{