Update gtest_thread_pool_schedule_exception.cpp

This commit is contained in:
alexey-milovidov 2020-08-16 11:10:36 +03:00 committed by GitHub
parent 1b929ec54a
commit 751cce6dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
#include <iostream> #include <iostream>
#include <stdexcept> #include <stdexcept>
#include <Common/ThreadPool.h> #include <Common/ThreadPool.h>
#include <Poco/Event.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>