common: Reduce unused includes

This commit is contained in:
ameerj 2022-03-18 23:48:22 -04:00
parent ade596121b
commit 8a8ea65fae
8 changed files with 0 additions and 12 deletions

View file

@ -4,12 +4,10 @@
#include "common/fs/file.h" #include "common/fs/file.h"
#include "common/fs/fs.h" #include "common/fs/fs.h"
#include "common/fs/path_util.h"
#include "common/logging/log.h" #include "common/logging/log.h"
#ifdef _WIN32 #ifdef _WIN32
#include <io.h> #include <io.h>
#include <share.h>
#else #else
#include <unistd.h> #include <unistd.h>
#endif #endif

View file

@ -6,10 +6,8 @@
#include <cstdio> #include <cstdio>
#include <filesystem> #include <filesystem>
#include <fstream>
#include <span> #include <span>
#include <type_traits> #include <type_traits>
#include <vector>
#include "common/concepts.h" #include "common/concepts.h"
#include "common/fs/fs_types.h" #include "common/fs/fs_types.h"

View file

@ -7,7 +7,6 @@
#include <functional> #include <functional>
#include "common/common_funcs.h" #include "common/common_funcs.h"
#include "common/common_types.h"
namespace Common::FS { namespace Common::FS {

View file

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <algorithm>
#include "common/fs/fs_util.h" #include "common/fs/fs_util.h"
namespace Common::FS { namespace Common::FS {

View file

@ -8,7 +8,6 @@
#include <filesystem> #include <filesystem>
#include <span> #include <span>
#include <string> #include <string>
#include <string_view>
#include "common/common_types.h" #include "common/common_types.h"

View file

@ -5,10 +5,8 @@
#include <atomic> #include <atomic>
#include <chrono> #include <chrono>
#include <climits> #include <climits>
#include <exception>
#include <stop_token> #include <stop_token>
#include <thread> #include <thread>
#include <vector>
#include <fmt/format.h> #include <fmt/format.h>

View file

@ -4,7 +4,6 @@
#pragma once #pragma once
#include <filesystem>
#include "common/logging/filter.h" #include "common/logging/filter.h"
namespace Common::Log { namespace Common::Log {

View file

@ -7,7 +7,6 @@
#include <array> #include <array>
#include <chrono> #include <chrono>
#include <cstddef> #include <cstddef>
#include <string_view>
#include "common/logging/log.h" #include "common/logging/log.h"
namespace Common::Log { namespace Common::Log {