Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/chrono-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "fmt/chrono.h"

#include <algorithm>
#include <ctime>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion test/format-impl-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//
// For the license information refer to format.h.

#include <algorithm>
#include <cstring>

// clang-format off
Expand Down
21 changes: 10 additions & 11 deletions test/format-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@

#include <stdint.h> // uint32_t

#include <cfenv> // fegetexceptflag and FE_ALL_EXCEPT
#include <climits> // INT_MAX
#include <cmath> // std::signbit
#include <condition_variable> // std::condition_variable
#include <cstring> // std::strlen
#include <iterator> // std::back_inserter
#include <list> // std::list
#include <mutex> // std::mutex
#include <string> // std::string
#include <thread> // std::thread
#include <type_traits> // std::is_default_constructible
#include <cfenv> // fegetexceptflag and FE_ALL_EXCEPT
#include <climits> // INT_MAX
#include <cmath> // std::signbit
#include <cstring> // std::strlen
#include <iterator> // std::back_inserter
#include <list> // std::list
#include <mutex> // std::mutex
#include <string> // std::string
#include <thread> // std::thread
#include <type_traits> // std::is_default_constructible
#if FMT_CPLUSPLUS > 201703L && FMT_HAS_INCLUDE(<version>)
# include <version>
#endif
Expand Down
1 change: 0 additions & 1 deletion test/gtest-extra-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <gtest/gtest-spi.h>

#include <cstring>
#include <memory>
#include <stdexcept>

Expand Down
1 change: 0 additions & 1 deletion test/os-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "fmt/os.h"

#include <cstdlib> // std::exit
#include <cstring>
#include <memory>
#include <thread>
Expand Down
1 change: 0 additions & 1 deletion test/printf-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <cctype>
#include <climits>
#include <cstring>

#include "fmt/xchar.h" // DEPRECATED!
#include "gtest-extra.h"
Expand Down
1 change: 0 additions & 1 deletion test/ranges-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <array>
#include <list>
#include <map>
#include <numeric>
#include <queue>
#include <stack>
#include <string>
Expand Down
2 changes: 0 additions & 2 deletions test/scan-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include "scan.h"

#include <time.h>

#include <climits>
#include <thread>

Expand Down
2 changes: 0 additions & 2 deletions test/xchar-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

#include "fmt/xchar.h"

#include <algorithm>
#include <complex>
#include <cwchar>
#include <vector>

#include "fmt/chrono.h"
Expand Down
Loading