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