fbcode: remove unused includes from .cpp files with no #if and #define
[folly.git] / folly / experimental / io / HugePageUtil.cpp
index 09f3c07397e9aa7068a5daa8b1710e193a668829..48cda29c342f2980ba552a7081be2fb14d98b6cc 100644 (file)
  * limitations under the License.
  */
 
-#include <sys/mman.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
-#include <fcntl.h>
-
 #include <iostream>
 #include <stdexcept>
-#include <system_error>
 
 #include <folly/File.h>
 #include <folly/Format.h>
 #include <folly/MemoryMapping.h>
-#include <folly/Portability.h>
 #include <folly/Range.h>
 #include <folly/ScopeGuard.h>
 #include <folly/experimental/io/HugePages.h>
 #include <folly/portability/GFlags.h>
-#include <folly/portability/Unistd.h>
 
 DEFINE_bool(cp, false, "Copy file");