From cc736e761106b4121a4ba0d10e6cc3e37df2127f 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) --- fmt/format.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fmt/format.h b/fmt/format.h index 6a0837f5..5c4e4cf0 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