diff options
Diffstat (limited to 'src/CicEqualizer.h')
-rw-r--r-- | src/CicEqualizer.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/CicEqualizer.h b/src/CicEqualizer.h index f8b6edf..792da02 100644 --- a/src/CicEqualizer.h +++ b/src/CicEqualizer.h @@ -19,15 +19,14 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CIC_EQUALIZER_H -#define CIC_EQUALIZER_H +#pragma once #ifdef HAVE_CONFIG_H # include <config.h> #endif -#include "ModCodec.h" +#include "ModPlugin.h" #include <vector> #include <sys/types.h> @@ -57,6 +56,3 @@ protected: std::vector<float> myFilter; }; - -#endif //CIC_EQUALIZER_H - |