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/TimeInterleaver.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/TimeInterleaver.h') diff --git a/src/TimeInterleaver.h b/src/TimeInterleaver.h index 31ec006..c131d24 100644 --- a/src/TimeInterleaver.h +++ b/src/TimeInterleaver.h @@ -19,15 +19,14 @@ along with ODR-DabMod. If not, see . */ -#ifndef TIME_INTERLEAVER_H -#define TIME_INTERLEAVER_H +#pragma once #ifdef HAVE_CONFIG_H # include #endif -#include "ModCodec.h" +#include "ModPlugin.h" #include #include @@ -52,4 +51,3 @@ public: }; -#endif // TIME_INTERLEAVER_H -- cgit v1.2.3