Remove unused header includes in test files (#4729)

This commit is contained in:
Kağan Can Şit 2026-04-06 04:40:48 +03:00 committed by GitHub
parent d2a159fbe7
commit 9396f77fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 10 additions and 21 deletions

View File

@ -7,7 +7,6 @@
#include "fmt/chrono.h"
#include <algorithm>
#include <ctime>
#include <vector>

View File

@ -5,7 +5,6 @@
//
// For the license information refer to format.h.
#include <algorithm>
#include <cstring>
// clang-format off

View File

@ -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

View File

@ -9,7 +9,6 @@
#include <gtest/gtest-spi.h>
#include <cstring>
#include <memory>
#include <stdexcept>

View File

@ -7,7 +7,6 @@
#include "fmt/os.h"
#include <cstdlib> // std::exit
#include <cstring>
#include <memory>
#include <thread>

View File

@ -9,7 +9,6 @@
#include <cctype>
#include <climits>
#include <cstring>
#include "fmt/xchar.h" // DEPRECATED!
#include "gtest-extra.h"

View File

@ -10,7 +10,6 @@
#include <array>
#include <list>
#include <map>
#include <numeric>
#include <queue>
#include <stack>
#include <string>

View File

@ -7,8 +7,6 @@
#include "scan.h"
#include <time.h>
#include <climits>
#include <thread>

View File

@ -7,9 +7,7 @@
#include "fmt/xchar.h"
#include <algorithm>
#include <complex>
#include <cwchar>
#include <vector>
#include "fmt/chrono.h"