diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 15:29:31 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 15:29:31 +0100 |
commit | 128768f7fd719eb455a946a0f716d7128b4ded63 (patch) | |
tree | dfa03ccfed3f175182b04fd84bd59aacd623ac54 /src/DabMux.h | |
parent | 555121f96e769fdeb9529e7381560d8bbb6e2713 (diff) | |
download | dabmux-128768f7fd719eb455a946a0f716d7128b4ded63.tar.gz dabmux-128768f7fd719eb455a946a0f716d7128b4ded63.tar.bz2 dabmux-128768f7fd719eb455a946a0f716d7128b4ded63.zip |
Start reworking inputs, break all but Prbs and ZMQ
Diffstat (limited to 'src/DabMux.h')
-rw-r--r-- | src/DabMux.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/DabMux.h b/src/DabMux.h index 5dda759..80b4881 100644 --- a/src/DabMux.h +++ b/src/DabMux.h @@ -25,8 +25,7 @@ You should have received a copy of the GNU General Public License along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _DABMUX_H -#define _DABMUX_H +#pragma once #include <stdint.h> #include <string> @@ -34,7 +33,7 @@ #include "DabMultiplexer.h" #include "RemoteControl.h" #include "dabOutput/dabOutput.h" -#include "dabInput.h" +#include "input/inputs.h" #include "Eti.h" #include "MuxElements.h" @@ -44,5 +43,3 @@ # include <sys/time.h> #endif -#endif - |