mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-14 23:50:02 +08:00
Revert "Add missing includes"
This reverts commit 06895a768785618afbd018bf75baffdd8ee6c172.
This commit is contained in:
parent
a0dcfbc57b
commit
92bff2fe2c
@ -8,9 +8,7 @@
|
||||
#ifndef FMT_CHRONO_H_
|
||||
#define FMT_CHRONO_H_
|
||||
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
#include <cmath>
|
||||
#include <ctime>
|
||||
#include <locale>
|
||||
#include <sstream>
|
||||
|
||||
@ -37,7 +37,6 @@
|
||||
#include <cerrno>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
||||
@ -9,9 +9,7 @@
|
||||
#define FMT_PRINTF_H_
|
||||
|
||||
#include <algorithm> // std::max
|
||||
#include <cstdint>
|
||||
#include <limits> // std::numeric_limits
|
||||
#include <string>
|
||||
|
||||
#include "ostream.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user