From 2fc272ecc4cab1e57ed29788d6ce97c047032639 Mon Sep 17 00:00:00 2001 From: MaranBr Date: Wed, 17 Sep 2025 10:32:50 -0400 Subject: [PATCH] Minor clean up --- src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp b/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp index 8e2eb26a9c..25036b02c1 100644 --- a/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp +++ b/src/core/file_sys/fssystem/fssystem_nca_file_system_driver.cpp @@ -4,7 +4,6 @@ // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#include "common/settings.h" #include "core/file_sys/fssystem/fssystem_aes_ctr_counter_extended_storage.h" #include "core/file_sys/fssystem/fssystem_aes_ctr_storage.h" #include "core/file_sys/fssystem/fssystem_aes_xts_storage.h"