Sort #include lines
[folly.git] / folly / FileUtil.h
index d3260f917293013e3eeb9a518b58e8f0a4a12769..c27e249af4e2727d5a1c20b093ed1aee09c8393d 100644 (file)
 
 #pragma once
 
+#include <sys/stat.h>
+#include <sys/types.h>
+
+#include <cassert>
+#include <limits>
+
 #include <folly/Portability.h>
 #include <folly/Range.h>
 #include <folly/ScopeGuard.h>
 #include <folly/portability/SysUio.h>
 #include <folly/portability/Unistd.h>
 
-#include <cassert>
-#include <limits>
-#include <sys/stat.h>
-#include <sys/types.h>
-
 namespace folly {
 
 /**