From 6fdc1b0ee998686e2c34c54320f313c61e912286 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 25 Feb 2021 20:17:08 +0100 Subject: fix that alsamidi header was included twice --- drumgizmo/enginefactory.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index 7dbc9b3..92c59e1 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -3,7 +3,7 @@ * enginefactory.h * * Mi 20. Jan 10:46:07 CET 2016 - * Copyright 2016 Christian Glöckner + * Copyright 2016 Christian Glöckner * cgloeckner@freenet.de ****************************************************************************/ @@ -85,10 +85,6 @@ #include "input/ossmidi.h" #endif -#ifdef HAVE_INPUT_ALSAMIDI -#include "input/alsamidi.h" -#endif - //! Factory for various input- and output engines class EngineFactory -- cgit v1.2.3