Some clean-ups

This commit is contained in:
Alex Hultman
2018-09-15 05:31:42 +02:00
parent eee6e97fda
commit 883bdfe7d7
11 changed files with 41 additions and 53 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef HTTPPARSER_H
#define HTTPPARSER_H
/* The HTTP parser is an independent module subject to unit testing / fuzz testing */
#include <string>
#include <functional>
#include <cstring>