Sort #include lines
[folly.git] / folly / io / async / test / AsyncPipeTest.cpp
index bbe172c33a0de1bd2e5661cf129499d1bd73ddb7..1259e54750c1ed61ccc17f92961f9b179f6fe6e6 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
+#include <folly/Memory.h>
 #include <folly/io/async/AsyncPipe.h>
 #include <folly/io/async/EventBase.h>
-#include <folly/Memory.h>
 #include <folly/portability/GTest.h>
 
 #include <fcntl.h>