Skip to content

Commit e2e3f84

Browse files
committed
remove unnecessary include (that I added) in format.h
1 parent d7d5087 commit e2e3f84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: include/fmt/format.h

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
#include <system_error> // std::system_error
5353

5454
#include "base.h"
55-
#include <chrono>
5655

5756
// Checking FMT_CPLUSPLUS for warning suppression in MSVC.
5857
#if FMT_HAS_INCLUDE(<bit>) && FMT_CPLUSPLUS > 201703L

0 commit comments

Comments
 (0)