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/FormatConverter.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/FormatConverter.h') diff --git a/src/FormatConverter.h b/src/FormatConverter.h index 0243685..86ce347 100644 --- a/src/FormatConverter.h +++ b/src/FormatConverter.h @@ -26,15 +26,14 @@ along with ODR-DabMod. If not, see . */ -#ifndef FORMAT_CONVERTER_H -#define FORMAT_CONVERTER_H +#pragma once #ifdef HAVE_CONFIG_H # include #endif #include "porting.h" -#include "ModCodec.h" +#include "ModPlugin.h" #include #include @@ -49,5 +48,4 @@ class FormatConverter : public ModCodec const char* name(); }; -#endif // FORMAT_CONVERTER_H -- cgit v1.2.3