From cf6c302b244b8c5689a8abc93db4cd361c3f1871 Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 17 Oct 2023 17:30:33 -0400 Subject: [PATCH] Fix headers in ROM --- src/app/rom.cc | 11 ++++------- src/app/rom.h | 10 ++++------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/src/app/rom.cc b/src/app/rom.cc index 4eb5a129..5cc7ae99 100644 --- a/src/app/rom.cc +++ b/src/app/rom.cc @@ -1,20 +1,17 @@ #include "rom.h" -#include <__algorithm/remove.h> // for remove -#include <__algorithm/replace.h> // for replace -#include <__chrono/system_clock.h> // for system_clock -#include <__filesystem/copy_options.h> // for copy_options, copy_options... -#include <__filesystem/operations.h> // for copy, file_size -#include <__utility/pair.h> // for tuple_element<>::type - +#include // for remove +#include // for system_clock #include // for size_t #include // for uint32_t, uint8_t #include // for memcpy #include // for ctime +#include // for copy_options, copy_options... #include // for string, fstream, ifstream #include // for stack #include // for hash, operator==, char_traits #include // for unordered_map, operator!= +#include // for tuple_element<>::type #include // for vector, vector<>::value_type #include "absl/container/flat_hash_map.h" // for flat_hash_map, BitMask diff --git a/src/app/rom.h b/src/app/rom.h index 772555ca..9e4f3269 100644 --- a/src/app/rom.h +++ b/src/app/rom.h @@ -2,8 +2,6 @@ #define YAZE_APP_ROM_H #include -#include <__functional/function.h> // for function -#include <__memory/shared_ptr.h> // for shared_ptr, make_shared #include #include @@ -14,10 +12,10 @@ #include #include #include -#include -#include // for string, operator<<, basic_... -#include // for map -#include +#include // for function +#include // for string, operator<<, basic_... +#include // for map +#include // for shared_ptr, make_shared #include // for stack #include // for hash, operator== #include // for unordered_map