Commit 6c56345
Remove redundant includes from MallctlHelperTest.cpp
Summary:
Remove 3 unused include directives from `fbcode/folly/memory/test/MallctlHelperTest.cpp`:
- `folly/CPortability.h` - transitively included via `MallctlHelper.h → Malloc.h → Portability.h → CPortability.h`
- `folly/memory/Malloc.h` - transitively included via `MallctlHelper.h → Malloc.h`
- `folly/portability/SysTypes.h` - `ssize_t` available transitively through other included system headers
Reviewed By: dmm-fb
Differential Revision: D95404412
fbshipit-source-id: 96a55ee87f7bc7345d39436e581a49fea5df2c1c1 parent 31bcd8c commit 6c56345
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 | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
0 commit comments