Sort #include lines
[folly.git] / folly / LifoSem.h
index 9c0404fe1c6c90136c037a1090a9476c309bc4ab..aeefdaa1a494806824015764ee46f362c7e71434 100644 (file)
 
 #pragma once
 
-#include <string.h>
-#include <stdint.h>
-#include <atomic>
 #include <algorithm>
+#include <atomic>
+#include <cstdint>
+#include <cstring>
 #include <memory>
 #include <system_error>