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