diff options
Diffstat (limited to 'src/FrameMultiplexer.h')
-rw-r--r-- | src/FrameMultiplexer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/FrameMultiplexer.h b/src/FrameMultiplexer.h index b32a0d7..b1dd971 100644 --- a/src/FrameMultiplexer.h +++ b/src/FrameMultiplexer.h @@ -19,15 +19,14 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef FRAME_MULTIPLEXER_H -#define FRAME_MULTIPLEXER_H +#pragma once #ifdef HAVE_CONFIG_H # include <config.h> #endif -#include "ModMux.h" +#include "ModPlugin.h" #include "SubchannelSource.h" #include <memory> @@ -52,5 +51,4 @@ protected: const std::vector<std::shared_ptr<SubchannelSource> >* mySubchannels; }; -#endif // FRAME_MULTIPLEXER_H |