From 9270e667001e208fcc7c730f1041d65370499694 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 3 Mar 2017 06:06:34 -0800 Subject: [PATCH] Remove redundant include (#479) (cherry picked from commit cc736e761106b4121a4ba0d10e6cc3e37df2127f) --- fmt/format.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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