Skip to content
Snippets Groups Projects
Commit b7b6fb80 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

http: header cleanup

parent 9575f840
No related branches found
No related tags found
No related merge requests found
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <asio/ssl.hpp> #include <asio/ssl.hpp>
#include <restinio/all.hpp> #include <restinio/all.hpp>
#include <restinio/impl/tls_socket.hpp>
#include <memory>
#include <queue> #include <queue>
extern "C" { extern "C" {
...@@ -34,6 +34,12 @@ struct http_parser; ...@@ -34,6 +34,12 @@ struct http_parser;
struct http_parser_settings; struct http_parser_settings;
} }
namespace restinio {
namespace impl {
class tls_socket_t;
}
}
namespace dht { namespace dht {
struct Logger; struct Logger;
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "log_enable.h" #include "log_enable.h"
#include "crypto.h" #include "crypto.h"
#include <restinio/impl/tls_socket.hpp>
#include <http_parser.h> #include <http_parser.h>
namespace dht { namespace dht {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment