diff options
author | Volker Fischer <corrados@users.noreply.github.com> | 2021-02-25 20:17:08 +0100 |
---|---|---|
committer | Volker Fischer <corrados@users.noreply.github.com> | 2021-02-25 20:17:08 +0100 |
commit | 6fdc1b0ee998686e2c34c54320f313c61e912286 (patch) | |
tree | 85595f441fd801db619b87fe57ce2e092cd5ac66 /drumgizmo | |
parent | 472683e96b763232e2d99626ac60c19ec84f1225 (diff) |
fix that alsamidi header was included twicecorrados_fix_alsamidi
Diffstat (limited to 'drumgizmo')
-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 |