Skip to content

Commit 6c56345

Browse files
yfeldblummeta-codesync[bot]
authored andcommitted
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: 96a55ee87f7bc7345d39436e581a49fea5df2c1c
1 parent 31bcd8c commit 6c56345

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

third-party/folly/src/folly/memory/test/MallctlHelperTest.cpp

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

1717
#include <folly/memory/MallctlHelper.h>
1818

19-
#include <folly/CPortability.h>
20-
#include <folly/memory/Malloc.h>
2119
#include <folly/portability/GTest.h>
22-
#include <folly/portability/SysTypes.h>
2320

2421
#if defined(FOLLY_USE_JEMALLOC) && (!defined(FOLLY_SANITIZE) || !FOLLY_SANITIZE)
2522
#include <jemalloc/jemalloc.h>

0 commit comments

Comments
 (0)