diff options
Diffstat (limited to 'src/GainControl.h')
-rw-r--r-- | src/GainControl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/GainControl.h b/src/GainControl.h index 603875b..a8f8233 100644 --- a/src/GainControl.h +++ b/src/GainControl.h @@ -25,14 +25,13 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GAIN_CONTROL_H -#define GAIN_CONTROL_H +#pragma once #ifdef HAVE_CONFIG_H # include <config.h> #endif -#include "ModCodec.h" +#include "ModPlugin.h" #include "RemoteControl.h" #include <sys/types.h> @@ -87,5 +86,4 @@ class GainControl : public ModCodec, public RemoteControllable #endif }; -#endif // GAIN_CONTROL_H |