Use cstdint instead of inttypes.h
[folly.git] / folly / io / async / DelayedDestructionBase.h
index 65c326f6d003d006ad5fde3ddbac07c07cc9f5a4..2b329db111495239f81e48e969f4c02c6aef90a1 100644 (file)
 
 #include <assert.h>
 #include <cstddef>
+#include <cstdint>
+#include <functional>
 #include <memory>
 #include <type_traits>
 #include <utility>
+
 #include <boost/noncopyable.hpp>
-#include <functional>
 #include <glog/logging.h>
-#include <inttypes.h>
 
 namespace folly {