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/TII.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/TII.h') diff --git a/src/TII.h b/src/TII.h index 45388ce..b088147 100644 --- a/src/TII.h +++ b/src/TII.h @@ -26,14 +26,13 @@ along with ODR-DabMod. If not, see . */ -#ifndef TII_H -#define TII_H +#pragma once #ifdef HAVE_CONFIG_H # include #endif -#include "ModCodec.h" +#include "ModPlugin.h" #include "RemoteControl.h" #include @@ -107,5 +106,4 @@ class TII : public ModCodec, public RemoteControllable TII& operator=(const TII&); }; -#endif // TII_H -- cgit v1.2.3