Commit 7da2706
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: 8d0ab6f31c573c03937b34e4522d84aab23d1c511 parent 5eaed41 commit 7da2706
1 file changed
Lines changed: 0 additions & 3 deletions
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
| |||
0 commit comments