sanity: remove some unecessary QueuedImmediateExecutor includes

Summary:
This is just some general cleanups as the QueuedImmediateExecutor users are
dwindling down.

Reviewed By: genevievehelsel

Differential Revision: D50347465

fbshipit-source-id: 30891010664cd20234427c264f687007647fd257
This commit is contained in:
Xavier Deguillard 2023-10-18 14:31:06 -07:00 committed by Facebook GitHub Bot
parent 73e30e71ff
commit c7a6ca8a39
6 changed files with 0 additions and 6 deletions

View File

@ -11,7 +11,6 @@
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <cpptoml.h>
#include <folly/executors/QueuedImmediateExecutor.h>
#include <folly/logging/xlog.h>
#include <folly/stop_watch.h>
#include <optional>

View File

@ -169,7 +169,6 @@ cpp_library(
"//folly:string",
"//folly:unit",
"//folly/chrono:conv",
"//folly/executors:queued_immediate_executor",
"//folly/io:iobuf",
"//folly/io/async:async_base",
"//folly/portability:openssl",

View File

@ -5,7 +5,6 @@
* GNU General Public License version 2.
*/
#include <folly/executors/QueuedImmediateExecutor.h>
#include <folly/experimental/TestUtil.h>
#include <folly/portability/GMock.h>
#include <folly/portability/GTest.h>

View File

@ -5,7 +5,6 @@
* GNU General Public License version 2.
*/
#include <folly/executors/QueuedImmediateExecutor.h>
#include <folly/experimental/TestUtil.h>
#include <folly/logging/xlog.h>
#include <folly/portability/GTest.h>

View File

@ -45,7 +45,6 @@ cpp_unittest(
"//eden/fs/utils:utils",
"//folly:range",
"//folly:try",
"//folly/executors:queued_immediate_executor",
"//folly/experimental:test_util",
"//folly/futures:core",
"//folly/logging:logging",

View File

@ -6,7 +6,6 @@
*/
#include "eden/fs/store/BlobAccess.h"
#include <folly/executors/QueuedImmediateExecutor.h>
#include <folly/portability/GTest.h>
#include <chrono>
#include "eden/common/utils/ProcessInfoCache.h"