Fix unnecessary JSON <-> gRPC headers

This commit is contained in:
2023-11-15 21:24:42 +01:00
parent 611a0819c9
commit bb8e0f7b84
5 changed files with 1 additions and 51 deletions
-1
View File
@@ -2,7 +2,6 @@
#include <catch2/catch.hpp>
#include "../common/ZMQPreviewPublisher.h"
#include "../common/jsonToGrpc.h"
TEST_CASE("ZMQPreviewPublisher","[ZMQ]") {
ZMQContext context;