Extract non-portability constexpr math functions to new header
[folly.git] / folly / Format.cpp
index 9a711e4601e8a47c6872580f7733f0f1100d9c8d..bbcd2d004dec69f155331f26652c8ab3d963e616 100644 (file)
@@ -16,8 +16,8 @@
 
 #include <folly/Format.h>
 
+#include <folly/ConstexprMath.h>
 #include <folly/CppAttributes.h>
-#include <folly/portability/Constexpr.h>
 
 #include <double-conversion/double-conversion.h>