aboutsummaryrefslogtreecommitdiffstats
path: root/src/FormatConverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FormatConverter.h')
-rw-r--r--src/FormatConverter.h6
1 files changed, 2 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#ifndef FORMAT_CONVERTER_H
-#define FORMAT_CONVERTER_H
+#pragma once
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "porting.h"
-#include "ModCodec.h"
+#include "ModPlugin.h"
#include <complex>
#include <stdint.h>
@@ -49,5 +48,4 @@ class FormatConverter : public ModCodec
const char* name();
};
-#endif // FORMAT_CONVERTER_H