From 2bba7d602744ccd6dab26940661f0fdfbf231af8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 21:34:03 +0100 Subject: Refactor flowgraph and puncturing rules --- src/DabModulator.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/DabModulator.h') diff --git a/src/DabModulator.h b/src/DabModulator.h index 41fa42d..77c0457 100644 --- a/src/DabModulator.h +++ b/src/DabModulator.h @@ -25,8 +25,7 @@ along with ODR-DabMod. If not, see . */ -#ifndef DAB_MODULATOR_H -#define DAB_MODULATOR_H +#pragma once #ifdef HAVE_CONFIG_H # include "config.h" @@ -36,7 +35,7 @@ #include #include -#include "ModCodec.h" +#include "ModPlugin.h" #include "EtiReader.h" #include "Flowgraph.h" #include "GainControl.h" @@ -90,5 +89,3 @@ protected: size_t myFicSizeIn; }; -#endif // DAB_MODULATOR_H - -- cgit v1.2.3