Removed unnecessary cstddef includes

This commit is contained in:
eidheim 2017-09-30 12:08:20 +02:00
commit bc4c49134d
5 changed files with 2 additions and 7 deletions

View file

@ -2,7 +2,6 @@
#define CLIENT_HTTPS_HPP
#include "client_http.hpp"
#include <cstddef>
#ifdef USE_STANDALONE_ASIO
#include <asio/ssl.hpp>