aboutsummaryrefslogtreecommitdiffstats
path: root/testing/loki-mq/002-use-system-headers-zeromq.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/loki-mq/002-use-system-headers-zeromq.patch')
-rw-r--r--testing/loki-mq/002-use-system-headers-zeromq.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/loki-mq/002-use-system-headers-zeromq.patch b/testing/loki-mq/002-use-system-headers-zeromq.patch
deleted file mode 100644
index 85cefd5541d..00000000000
--- a/testing/loki-mq/002-use-system-headers-zeromq.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lokimq/lokimq.h
-+++ a/lokimq/lokimq.h
-@@ -44,7 +44,7 @@
- #include <atomic>
- #include <cassert>
- #include <cstdint>
--#include "zmq.hpp"
-+#include <zmq.hpp>
- #include "address.h"
- #include "bt_serialize.h"
- #include "connections.h"