Merge pull request #11660 from bharatnc/bnc/fix-remove-unused-imports

remove unused imports from HTTPHandlerFactory
This commit is contained in:
alexey-milovidov 2020-06-14 09:43:52 +03:00 committed by GitHub
commit da3a075821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,6 @@
#include "HTTPHandlerFactory.h"
#include <re2/re2.h>
#include <re2/stringpiece.h>
#include <common/find_symbols.h>
#include <Poco/StringTokenizer.h>
#include <Poco/Util/LayeredConfiguration.h>
#include "HTTPHandler.h"