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/DifferentialModulator.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/DifferentialModulator.h') diff --git a/src/DifferentialModulator.h b/src/DifferentialModulator.h index 05eeed2..b26ea8b 100644 --- a/src/DifferentialModulator.h +++ b/src/DifferentialModulator.h @@ -19,15 +19,15 @@ along with ODR-DabMod. If not, see . */ -#ifndef _DIFFERENTIAL_MODULATOR_H -#define _DIFFERENTIAL_MODULATOR_H +#pragma once #ifdef HAVE_CONFIG_H # include #endif -#include "ModMux.h" +#include "ModPlugin.h" +#include #include @@ -48,5 +48,3 @@ protected: size_t d_carriers; }; - -#endif //_DIFFERENTIAL_MODULATOR_H -- cgit v1.2.3