mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 13:57:57 -05: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