diff --git a/client_http.hpp b/client_http.hpp index 084e1d6..20eaca8 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -2,12 +2,11 @@ #define CLIENT_HTTP_HPP #include "utility.hpp" +#include #include #include #include #include -#include -#include #ifdef USE_STANDALONE_ASIO #include diff --git a/client_https.hpp b/client_https.hpp index 9fe2c3d..017cbf9 100644 --- a/client_https.hpp +++ b/client_https.hpp @@ -2,7 +2,6 @@ #define CLIENT_HTTPS_HPP #include "client_http.hpp" -#include #ifdef USE_STANDALONE_ASIO #include diff --git a/server_http.hpp b/server_http.hpp index 8540542..458260a 100644 --- a/server_http.hpp +++ b/server_http.hpp @@ -4,13 +4,12 @@ #include "utility.hpp" #include #include +#include #include #include #include #include #include -#include -#include #ifdef USE_STANDALONE_ASIO #include diff --git a/server_https.hpp b/server_https.hpp index f38b727..8b44df3 100644 --- a/server_https.hpp +++ b/server_https.hpp @@ -10,7 +10,6 @@ #endif #include -#include #include namespace SimpleWeb { diff --git a/utility.hpp b/utility.hpp index ecd4dd8..2af49e7 100644 --- a/utility.hpp +++ b/utility.hpp @@ -7,7 +7,6 @@ #include #include #include -#include namespace SimpleWeb { inline bool case_insensitive_equal(const std::string &str1, const std::string &str2) noexcept {