Skip to content

remove unused imports from HTTPHandlerFactory#11660

Merged
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
bharatnc:bnc/fix-remove-unused-imports
Jun 14, 2020
Merged

remove unused imports from HTTPHandlerFactory#11660
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
bharatnc:bnc/fix-remove-unused-imports

Conversation

@bharatnc
Copy link
Copy Markdown
Contributor

This removes unused imports from src/Server/HTTPHandlerFactory.cpp:

- #include <re2/re2.h>
- #include <common/find_symbols.h>
- #include <Poco/StringTokenizer.h>

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Build/Testing/Packaging Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Removes unused imports from HTTPHandlerFactory.

This removes unused imports from `src/Server/HTTPHandlerFactory.cpp`:

```bash
- #include <re2/re2.h>
- #include <common/find_symbols.h>
- #include <Poco/StringTokenizer.h>
```
@blinkov blinkov added the pr-build Pull request with build/testing/packaging improvement label Jun 14, 2020
@alexey-milovidov alexey-milovidov merged commit da3a075 into ClickHouse:master Jun 14, 2020
@bharatnc bharatnc mentioned this pull request Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-build Pull request with build/testing/packaging improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants