Misc: Slim down some header includes

This commit is contained in:
Stenzek
2024-08-04 14:29:27 +10:00
parent 143acca03b
commit a2f98541b3
58 changed files with 142 additions and 113 deletions

View File

@ -15,7 +15,6 @@
#include "util/image.h"
#include "util/ini_settings_interface.h"
#include "common/assert.h"
#include "common/binary_reader_writer.h"
#include "common/error.h"
#include "common/file_system.h"
@ -24,10 +23,10 @@
#include "common/path.h"
#include "common/progress_callback.h"
#include "common/string_util.h"
#include "common/timer.h"
#include <algorithm>
#include <array>
#include <cctype>
#include <ctime>
#include <string_view>
#include <type_traits>