diff options
Diffstat (limited to 'src/GuardIntervalInserter.h')
-rw-r--r-- | src/GuardIntervalInserter.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/GuardIntervalInserter.h b/src/GuardIntervalInserter.h index ffa8f5e..70a8fcd 100644 --- a/src/GuardIntervalInserter.h +++ b/src/GuardIntervalInserter.h @@ -19,16 +19,14 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUARD_INTERVAL_INSERTER_H -#define GUARD_INTERVAL_INSERTER_H +#pragma once #ifdef HAVE_CONFIG_H # include <config.h> #endif -#include "ModCodec.h" - +#include "ModPlugin.h" #include <sys/types.h> @@ -53,5 +51,3 @@ protected: bool myHasNull; }; - -#endif // GUARD_INTERVAL_INSERTER_H |