X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fconnection.c;h=4160c7feff77388206b3459bf82f18c8f2734eeb;hb=643caf202af98fa5ebe83f642db459a04067e92f;hp=65714c7b6421dec5705cb1f9b3d6c8699446cfcc;hpb=4aa2eea6b3115cab6f3165c4391d523d5df61e51;p=tlsproxy%2Ftlsproxy.git diff --git a/src/connection.c b/src/connection.c index 65714c7..4160c7f 100644 --- a/src/connection.c +++ b/src/connection.c @@ -17,11 +17,9 @@ * along with this program. If not, see . */ -#include +#include "tlsproxy.h" +#include "connection.h" -#include -#include -#include /* close() */ #include /* getaddrinfo() */ @@ -29,9 +27,6 @@ /* poll() */ #include -#include "connection.h" -#include "tlsproxy.h" - /* Maximum line of the request line. Longer request lines are aborted with an * error. The standard doesn't specify a maximum line length but this should