Merge pull request #14714 from ClickHouse/remove-unused-headers

Remove unused headers
This commit is contained in:
alexey-milovidov 2020-09-10 23:01:57 +03:00 committed by GitHub
commit 4be85e76d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,6 @@
#pragma once
#include <algorithm>
#include <cstdint>
#include <cstdlib>
#include <string>
#include <type_traits>