Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant include (#479)
Browse files Browse the repository at this point in the history
(cherry picked from commit cc736e7)
vitaut authored and foonathan committed Jun 8, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9589bf0 commit 9270e66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fmt/format.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9270e66

Please sign in to comment.