Skip to content

Commit bdf997f

Browse files
yfeldblummeta-codesync[bot]
authored andcommitted
Remove unused includes from AsyncLogWriter.cpp
Summary: Removed three unused include directives from `fbcode/folly/logging/AsyncLogWriter.cpp`: - `folly/Exception.h` - `folly/FileUtil.h` - `folly/Portability.h` None of these headers provide symbols used in this translation unit. Reviewed By: r-barnes Differential Revision: D95404233 fbshipit-source-id: 72278f9e52f09304c01284a9b79effcfaa00fe60
1 parent 5967afd commit bdf997f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

third-party/folly/src/folly/logging/AsyncLogWriter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
#include <folly/logging/AsyncLogWriter.h>
1818

19-
#include <folly/Exception.h>
20-
#include <folly/FileUtil.h>
21-
#include <folly/Portability.h>
2219
#include <folly/logging/LoggerDB.h>
2320
#include <folly/system/AtFork.h>
2421
#include <folly/system/ThreadName.h>

0 commit comments

Comments
 (0)