Skip to content

Commit 7da2706

Browse files
yfeldblummeta-codesync[bot]
authored andcommitted
Remove unused includes from AsyncFileWriterTest.cpp
Summary: Remove three unused `#include` directives from `fbcode/folly/logging/test/AsyncFileWriterTest.cpp`: - `folly/init/Init.h` — no symbols (`folly::Init`, `InitOptions`) are referenced - `folly/logging/Init.h` — no symbols (`initLogging`, `FOLLY_INIT_LOGGING_CONFIG`) are referenced - `folly/test/TestUtils.h` — no symbols (`EXPECT_THROW_RE`, `EXPECT_THROW_ERRNO`) are referenced Reviewed By: lexprfuncall Differential Revision: D95404348 fbshipit-source-id: 8d0ab6f31c573c03937b34e4522d84aab23d1c51
1 parent 5eaed41 commit 7da2706

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

third-party/folly/src/folly/logging/test/AsyncFileWriterTest.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
#include <folly/Synchronized.h>
3131
#include <folly/futures/Future.h>
3232
#include <folly/futures/Promise.h>
33-
#include <folly/init/Init.h>
3433
#include <folly/lang/SafeAssert.h>
35-
#include <folly/logging/Init.h>
3634
#include <folly/logging/LoggerDB.h>
3735
#include <folly/logging/xlog.h>
3836
#include <folly/portability/Config.h>
@@ -42,7 +40,6 @@
4240
#include <folly/portability/Unistd.h>
4341
#include <folly/system/ThreadId.h>
4442
#include <folly/system/ThreadName.h>
45-
#include <folly/test/TestUtils.h>
4643
#include <folly/testing/TestUtil.h>
4744

4845
DEFINE_int64(

0 commit comments

Comments
 (0)