mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
removed unused include
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user