]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/connection.c
src/*: Cleanup includes.
[tlsproxy/tlsproxy.git] / src / connection.c
index 65714c7b6421dec5705cb1f9b3d6c8699446cfcc..4160c7feff77388206b3459bf82f18c8f2734eeb 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <config.h>
+#include "tlsproxy.h"
+#include "connection.h"
 
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
 /* close() */
 #include <unistd.h>
 /* getaddrinfo() */
@@ -29,9 +27,6 @@
 /* poll() */
 #include <poll.h>
 
-#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