diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-12 20:52:09 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-12 20:52:09 +0100 |
commit | 1ee5bb5d436067d979fd95f98ed36addcd2efaed (patch) | |
tree | 272addaf7f77d2a6e4c2b443b7826c9f4d6cc336 /src/dabInputFifo.h | |
parent | 57e15e67007c8e416cfdc1e0437f5aea42348b29 (diff) | |
download | dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.tar.gz dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.tar.bz2 dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.zip |
remove some references to tcplog
Diffstat (limited to 'src/dabInputFifo.h')
-rw-r--r-- | src/dabInputFifo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dabInputFifo.h b/src/dabInputFifo.h index 1844d1e..b309130 100644 --- a/src/dabInputFifo.h +++ b/src/dabInputFifo.h @@ -26,8 +26,7 @@ # include "config.h" #endif #include "dabInputFile.h" -#include "TcpLog.h" -extern TcpLog etiLog; +#include "Log.h" #ifdef _WIN32 |