From 4b120b68ae2099440c9801afa4b98e9df2cd02ec Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Dec 2019 10:19:07 -0800 Subject: [PATCH] Clean up includes --- include/fmt/format.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 3e2fc5a8..398c2a77 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -33,18 +33,16 @@ #ifndef FMT_FORMAT_H_ #define FMT_FORMAT_H_ +#include "core.h" + #include #include #include #include -#include -#include #include #include #include -#include "core.h" - #ifdef __clang__ # define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__) #else