summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-08 16:50:04 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-10-08 16:50:04 +0000
commit3ef28f1eb73cde3ff5e420685c33a2167cc860cc (patch)
tree585467c679b4834bf83775e314a3725c149aeeb6
parent278a884012d0fffe57297c346f782eda3bd8c616 (diff)
whoops...
-rw-r--r--src/mess/includes/intv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/intv.h b/src/mess/includes/intv.h
index 44e08f823ca..5f343f45f13 100644
--- a/src/mess/includes/intv.h
+++ b/src/mess/includes/intv.h
@@ -12,7 +12,7 @@
#include "bus/intv/slot.h"
#include "bus/intv/voice.h"
#include "bus/intv/ecs.h"
-#include "bus/intv/keycomp.h"
+//#include "bus/intv/keycomp.h"
class intv_state : public driver_device
{