Move cerrno include to where it is used

This commit is contained in:
Victor Zverovich 2021-05-22 06:18:40 -07:00
parent 2216e0b779
commit c242dd402c
2 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,7 @@
#include <algorithm>
#include <cctype>
#include <cerrno> // errno
#include <climits>
#include <cmath>
#include <cstdarg>

View File

@ -33,9 +33,8 @@
#ifndef FMT_FORMAT_H_
#define FMT_FORMAT_H_
#include <cerrno> // errno
#include <cmath> // std::signbit
#include <cstdint>
#include <cmath> // std::signbit
#include <cstdint> // uint32_t
#include <limits> // std::numeric_limits
#include <memory> // std::uninitialized_copy
#include <stdexcept> // std::runtime_error