removed unused include

pull/77/head
Falk Werner 4 years ago
parent 081304dee6
commit f12d3e99c0

@ -8,6 +8,8 @@
#include "webfuse/core/protocol_names.h"
#include "webfuse/utils/timeout_watcher.hpp"
#include <libwebsockets.h>
#include <cstring>
#include <thread>
#include <atomic>

@ -8,9 +8,6 @@
#include <sstream>
#include <queue>
#define TIMEOUT (std::chrono::milliseconds(10 * 1000))
namespace
{

@ -1,7 +1,6 @@
#ifndef WF_TEST_UTILS_WS_SERVER_HPP
#define WF_TEST_UTILS_WS_SERVER_HPP
#include <libwebsockets.h>
#include <jansson.h>
#include <string>

Loading…
Cancel
Save