mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-03 06:18:14 +00:00
Use negative priorities to avoid special-casing the self-include
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "core/file_sys/archive_sdmc.h"
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include "common/file_util.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "core/file_sys/archive_sdmc.h"
|
||||
#include "core/file_sys/disk_archive.h"
|
||||
#include "core/settings.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user