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 -1
View File
@@ -1,7 +1,8 @@
#ifndef HTTPROUTER_HPP
#define HTTPROUTER_HPP
// this header also needs testing and fixing as a separate module
/* HTTP router is an independent module subject to unit testing and fuzz testing */
/* TODO: this module needs much work and fixes */
#include <map>
#include <functional>