From c9f646ab50d2b8bc8cfaa6aecbad85ce3e0b9381 Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Thu, 25 Jul 2024 11:54:40 -0700 Subject: [PATCH] Deshim ExecutionObserver in fbcode Summary: The following rules were deshimmed: ``` //folly/experimental:execution_observer -> //folly/executors:execution_observer ``` The following headers were deshimmed: ``` folly/experimental/ExecutionObserver.h -> folly/executors/ExecutionObserver.h ``` This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: deeo Autodiff partition: fbcode Autodiff bookmark: ad.deeo.fbcode Differential Revision: D60120157 fbshipit-source-id: 884332ae9038fb5c558265e401e15622c6f2e458 --- folly/fibers/BUCK | 2 +- folly/fibers/FiberManagerInternal.h | 2 +- folly/io/async/BUCK | 2 +- folly/io/async/EventBase.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/folly/fibers/BUCK b/folly/fibers/BUCK index 571ddf5d1c5..af693751d4a 100644 --- a/folly/fibers/BUCK +++ b/folly/fibers/BUCK @@ -99,7 +99,7 @@ cpp_library( "//folly:try", "//folly/detail:async_trace", "//folly/detail:futex", - "//folly/experimental:execution_observer", + "//folly/executors:execution_observer", "//folly/experimental/coro:coroutine", "//folly/functional:invoke", "//folly/io/async:async_base", diff --git a/folly/fibers/FiberManagerInternal.h b/folly/fibers/FiberManagerInternal.h index b6fdbfa6461..74785554986 100644 --- a/folly/fibers/FiberManagerInternal.h +++ b/folly/fibers/FiberManagerInternal.h @@ -36,7 +36,7 @@ #include #include -#include +#include #include #include #include diff --git a/folly/io/async/BUCK b/folly/io/async/BUCK index 4fc420ed3e7..4bcb92afe2c 100644 --- a/folly/io/async/BUCK +++ b/folly/io/async/BUCK @@ -66,11 +66,11 @@ cpp_library( "//folly:synchronized", "//folly/container:f14_hash", "//folly/executors:drivable_executor", + "//folly/executors:execution_observer", "//folly/executors:io_executor", "//folly/executors:queue_observer", "//folly/executors:scheduled_executor", "//folly/executors:sequenced_executor", - "//folly/experimental:execution_observer", "//folly/io:iobuf", "//folly/lang:align", "//folly/lang:thunk", diff --git a/folly/io/async/EventBase.h b/folly/io/async/EventBase.h index 1bd14496e9b..b45921f431b 100644 --- a/folly/io/async/EventBase.h +++ b/folly/io/async/EventBase.h @@ -43,11 +43,11 @@ #include #include #include +#include #include #include #include #include -#include #include #include #include