* HTTPProxy.{cpp,h} : move & sort headers

This commit is contained in:
hagen 2016-06-23 00:00:00 +00:00
parent 02857cf2b5
commit 225ed5b662
2 changed files with 7 additions and 8 deletions

View file

@ -1,13 +1,6 @@
#ifndef HTTP_PROXY_H__
#define HTTP_PROXY_H__
#include <memory>
#include <set>
#include <boost/asio.hpp>
#include <mutex>
#include "I2PService.h"
#include "Destination.h"
namespace i2p
{
namespace proxy