Skip to content

Commit 5eaed41

Browse files
yfeldblummeta-codesync[bot]
authored andcommitted
Remove unused <system_error> include from MemoryMapping.cpp
Summary: Remove unused `#include <system_error>` from `fbcode/folly/system/MemoryMapping.cpp`. No symbols from `<system_error>` (e.g., `std::system_error`, `std::error_code`, `std::error_category`) are used in this file. Reviewed By: ilvokhin Differential Revision: D95403545 fbshipit-source-id: 972312a85e89e3f5355428f7f0fd30b48bacb151
1 parent e7939bb commit 5eaed41

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

third-party/folly/src/folly/system/MemoryMapping.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include <algorithm>
2323
#include <cerrno>
24-
#include <system_error>
2524
#include <utility>
2625

2726
#include <fmt/core.h>

0 commit comments

Comments
 (0)