1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 07:30:46 +00:00

removed unused include

This commit is contained in:
Falk Werner 2020-06-13 11:35:39 +02:00
parent 081304dee6
commit f12d3e99c0
3 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

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

View File

@ -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>