diff --git a/fmt/format.h b/fmt/format.h index bda360bef53f..2bcb7e28587b 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -38,7 +38,7 @@ #include #include #include -#include +#include // for std::pair // The fmt library version in the form major * 10000 + minor * 100 + patch. #define FMT_VERSION 30002 @@ -155,10 +155,6 @@ typedef __int64 intmax_t; # endif #endif -#if FMT_USE_RVALUE_REFERENCES -# include // for std::move -#endif - // Check if exceptions are disabled. #if defined(__GNUC__) && !defined(__EXCEPTIONS) # define FMT_EXCEPTIONS 0