summaryrefslogtreecommitdiffstats
path: root/src/OfdmGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OfdmGenerator.h')
-rw-r--r--src/OfdmGenerator.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/OfdmGenerator.h b/src/OfdmGenerator.h
index 061ad91..a8c3c19 100644
--- a/src/OfdmGenerator.h
+++ b/src/OfdmGenerator.h
@@ -24,15 +24,14 @@
along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef OFDM_GENERATOR_H
-#define OFDM_GENERATOR_H
+#pragma once
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "porting.h"
-#include "ModCodec.h"
+#include "ModPlugin.h"
#include "fftw3.h"
@@ -67,5 +66,4 @@ protected:
unsigned myZeroSize;
};
-#endif // OFDM_GENERATOR_H