summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-05-08 16:20:58 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-05-08 16:21:32 -0400
commit6650d0c7bc9b19d88dd8e25b10268e41e85f3a87 (patch)
tree1d029ab31be7950b1f63c7d7178882c92fb2147e
parentd5fdb47c9570fd34d41eb71515cc9573b9335723 (diff)
tc0110pcr: No need to include emupal now (nw)
-rw-r--r--src/mame/video/tc0110pcr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/tc0110pcr.h b/src/mame/video/tc0110pcr.h
index 573e5d54ad4..0cdc8c25c0b 100644
--- a/src/mame/video/tc0110pcr.h
+++ b/src/mame/video/tc0110pcr.h
@@ -5,8 +5,6 @@
#pragma once
-#include "emupal.h"
-
class tc0110pcr_device : public device_t, public device_palette_interface
{