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/OfdmGenerator.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/OfdmGenerator.h') diff --git a/src/OfdmGenerator.h b/src/OfdmGenerator.h index 061ad91..a8c3c19 100644 --- a/src/OfdmGenerator.h +++ b/src/OfdmGenerator.h @@ -24,15 +24,14 @@ along with ODR-DabMod. If not, see . */ -#ifndef OFDM_GENERATOR_H -#define OFDM_GENERATOR_H +#pragma once #ifdef HAVE_CONFIG_H # include "config.h" #endif #include "porting.h" -#include "ModCodec.h" +#include "ModPlugin.h" #include "fftw3.h" @@ -67,5 +66,4 @@ protected: unsigned myZeroSize; }; -#endif // OFDM_GENERATOR_H -- cgit v1.2.3