Fix headers in ROM

This commit is contained in:
scawful
2023-10-17 17:30:33 -04:00
parent 78bcd13b54
commit cf6c302b24
2 changed files with 8 additions and 13 deletions

View File

@@ -2,8 +2,6 @@
#define YAZE_APP_ROM_H
#include <SDL.h>
#include <__functional/function.h> // for function
#include <__memory/shared_ptr.h> // for shared_ptr, make_shared
#include <asar/src/asar/interface-lib.h>
#include <algorithm>
@@ -14,10 +12,10 @@
#include <ctime>
#include <filesystem>
#include <fstream>
#include <functional>
#include <iostream> // for string, operator<<, basic_...
#include <map> // for map
#include <memory>
#include <functional> // for function
#include <iostream> // for string, operator<<, basic_...
#include <map> // for map
#include <memory> // for shared_ptr, make_shared
#include <stack> // for stack
#include <string> // for hash, operator==
#include <unordered_map> // for unordered_map