* HTTPServer.{cpp,h}: move #include to one place

This commit is contained in:
hagen 2016-04-27 00:00:00 +00:00
parent 7cf171671d
commit 7a461c1684
2 changed files with 8 additions and 11 deletions

View file

@ -1,14 +1,6 @@
#ifndef HTTP_SERVER_H__
#define HTTP_SERVER_H__
#include <sstream>
#include <thread>
#include <memory>
#include <boost/asio.hpp>
#include <boost/array.hpp>
#include "LeaseSet.h"
#include "Streaming.h"
namespace i2p
{
namespace util
@ -135,6 +127,4 @@ namespace util
}
}
#endif
#endif /* HTTP_SERVER_H__ */