diff options
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 6 |
1 files changed, 1 insertions, 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 |