summaryrefslogtreecommitdiffstats
path: root/src/input/Zmq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/Zmq.cpp')
-rw-r--r--src/input/Zmq.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/input/Zmq.cpp b/src/input/Zmq.cpp
index 6ef5fce..985fad3 100644
--- a/src/input/Zmq.cpp
+++ b/src/input/Zmq.cpp
@@ -41,13 +41,6 @@
#include "input/Zmq.h"
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#ifdef HAVE_INPUT_ZEROMQ
-
-#include "zmq.hpp"
#include <cstdio>
#include <cstdlib>
#include <list>
@@ -621,5 +614,3 @@ const string ZmqBase::get_parameter(const string& parameter) const
};
-#endif
-