Removed useless header [#CLICKHOUSE-3174].

This commit is contained in:
Alexey Milovidov 2017-09-09 02:40:48 +03:00
parent 94b975e7f9
commit c0324aeb66

View File

@ -12,7 +12,6 @@
#include <IO/WriteHelpers.h>
#include <Common/PODArray.h>
#include <Poco/Exception.h>
#include <boost/random.hpp>
/// Implementation of Reservoir Sampling algorithm. Incrementally selects from the added objects a random subset of the `sample_count` size.