Commit cc736e76 authored by Victor Zverovich's avatar Victor Zverovich

Remove redundant include (#479)

parent 789ebea8
......@@ -38,7 +38,7 @@
#include <stdexcept>
#include <string>
#include <vector>
#include <utility>
#include <utility> // 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 <utility> // for std::move
#endif
// Check if exceptions are disabled.
#if defined(__GNUC__) && !defined(__EXCEPTIONS)
# define FMT_EXCEPTIONS 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment