aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2017-09-18 04:43:51 +0900
committeripknHama <ipknhama@gmail.com>2017-09-18 04:43:51 +0900
commit7560f329c90fe3d9777ad41cdcbb94b1a67986b8 (patch)
treef2c342a615083e609a6d71839beeb5bd9d34ac0d
parent2c26b6c1def35f7b509f699097fdfb9480e9461c (diff)
downloadcrow-7560f329c90fe3d9777ad41cdcbb94b1a67986b8.tar.gz
crow-7560f329c90fe3d9777ad41cdcbb94b1a67986b8.zip
Remove unused include.
-rw-r--r--include/crow/parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crow/parser.h b/include/crow/parser.h
index 4a4f57e..61f5aee 100644
--- a/include/crow/parser.h
+++ b/include/crow/parser.h
@@ -3,7 +3,6 @@
#include <string>
#include <unordered_map>
#include <boost/algorithm/string.hpp>
-#include <boost/tokenizer.hpp>
#include <algorithm>
#include "crow/http_parser_merged.h"