strat: use consistent include style for lib headers

This commit is contained in:
Michael Scire 2021-09-30 19:21:08 -07:00
parent 7444a68cd1
commit 24d6933145
80 changed files with 144 additions and 144 deletions

View file

@ -16,7 +16,7 @@
#pragma once
#include "ams/ams_types.hpp"
#include "ams/ams_exosphere_api.hpp"
#include "ams/ams_emummc_api.hpp"
#include "ams/ams_environment.hpp"
#include <stratosphere/ams/ams_types.hpp>
#include <stratosphere/ams/ams_exosphere_api.hpp>
#include <stratosphere/ams/ams_emummc_api.hpp>
#include <stratosphere/ams/ams_environment.hpp>

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "ams_types.hpp"
#include <stratosphere/ams/ams_types.hpp>
namespace ams::emummc {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "ams_types.hpp"
#include <stratosphere/ams/ams_types.hpp>
namespace ams {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "ams_types.hpp"
#include <stratosphere/ams/ams_types.hpp>
namespace ams::exosphere {

View file

@ -16,8 +16,8 @@
#pragma once
#include <vapours.hpp>
#include "../sf/sf_buffer_tags.hpp"
#include "../hos.hpp"
#include <stratosphere/sf/sf_buffer_tags.hpp>
#include <stratosphere/hos.hpp>
namespace ams::exosphere {

View file

@ -16,4 +16,4 @@
#pragma once
#include "boot2/boot2_api.hpp"
#include <stratosphere/boot2/boot2_api.hpp>

View file

@ -16,4 +16,4 @@
#pragma once
#include "cfg/cfg_api.hpp"
#include <stratosphere/cfg/cfg_api.hpp>

View file

@ -14,9 +14,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "cfg_types.hpp"
#include "cfg_locale_types.hpp"
#include "../sm/sm_types.hpp"
#include <stratosphere/cfg/cfg_types.hpp>
#include <stratosphere/cfg/cfg_locale_types.hpp>
#include <stratosphere/sm/sm_types.hpp>
namespace ams::cfg {

View file

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "cfg_types.hpp"
#include "../settings/settings_types.hpp"
#include <stratosphere/cfg/cfg_types.hpp>
#include <stratosphere/settings/settings_types.hpp>
namespace ams::cfg {

View file

@ -16,4 +16,4 @@
#pragma once
#include "dmnt/dmnt_cheat_types.hpp"
#include <stratosphere/dmnt/dmnt_cheat_types.hpp>

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/ncm/ncm_ids.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/ncm/ncm_ids.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include "fs_save_data_types.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_save_data_types.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,9 +14,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include "fs_file.hpp"
#include "fs_operate_range.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_file.hpp>
#include <stratosphere/fs/fs_operate_range.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,9 +14,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "impl/fs_newable.hpp"
#include "fs_istorage.hpp"
#include "fs_query_range.hpp"
#include <stratosphere/fs/impl/fs_newable.hpp>
#include <stratosphere/fs/fs_istorage.hpp>
#include <stratosphere/fs/fs_query_range.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,9 +14,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include "fs_istorage.hpp"
#include "impl/fs_newable.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_istorage.hpp>
#include <stratosphere/fs/impl/fs_newable.hpp>
namespace ams::fs {

View file

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include "fs_save_data_types.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_save_data_types.hpp>
namespace ams::fs {

View file

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include "fs_save_data_types.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_save_data_types.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "impl/fs_newable.hpp"
#include "fs_istorage.hpp"
#include <stratosphere/fs/impl/fs_newable.hpp>
#include <stratosphere/fs/fs_istorage.hpp>
namespace ams::fs {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs {

View file

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fs_common.hpp"
#include "fs_save_data_types.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_save_data_types.hpp>
namespace ams::fs {

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "../fs_common.hpp"
#include "../fs_directory.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_directory.hpp>
namespace ams::fs::fsa {

View file

@ -15,9 +15,9 @@
*/
#pragma once
#include "../fs_common.hpp"
#include "../fs_filesystem.hpp"
#include "../fs_filesystem_for_debug.hpp"
#include <stratosphere/fs/fs_common.hpp>
#include <stratosphere/fs/fs_filesystem.hpp>
#include <stratosphere/fs/fs_filesystem_for_debug.hpp>
namespace ams::fs::fsa {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "../fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fs::fsa {

View file

@ -14,5 +14,5 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "interface_adapters/fssrv_storage_interface_adapter.hpp"
#include "interface_adapters/fssrv_filesystem_interface_adapter.hpp"
#include <stratosphere/fssrv/interface_adapters/fssrv_storage_interface_adapter.hpp>
#include <stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp>

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "../fs/fs_common.hpp"
#include <stratosphere/fs/fs_common.hpp>
namespace ams::fssrv {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "impl/fssystem_path_resolution_filesystem.hpp"
#include <stratosphere/fssystem/impl/fssystem_path_resolution_filesystem.hpp>
namespace ams::fssystem {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "impl/fssystem_path_resolution_filesystem.hpp"
#include <stratosphere/fssystem/impl/fssystem_path_resolution_filesystem.hpp>
namespace ams::fssystem {

View file

@ -14,10 +14,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "fssystem_partition_file_system_meta.hpp"
#include "../fs/fsa/fs_ifile.hpp"
#include "../fs/fsa/fs_idirectory.hpp"
#include "../fs/fsa/fs_ifilesystem.hpp"
#include <stratosphere/fssystem/fssystem_partition_file_system_meta.hpp>
#include <stratosphere/fs/fsa/fs_ifile.hpp>
#include <stratosphere/fs/fsa/fs_idirectory.hpp>
#include <stratosphere/fs/fsa/fs_ifilesystem.hpp>
namespace ams::fssystem {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "impl/fssystem_path_resolution_filesystem.hpp"
#include <stratosphere/fssystem/impl/fssystem_path_resolution_filesystem.hpp>
namespace ams::fssystem {

View file

@ -16,4 +16,4 @@
#pragma once
#include "hid/hid_api.hpp"
#include <stratosphere/hid/hid_api.hpp>

View file

@ -16,9 +16,9 @@
#pragma once
#include "kvdb/kvdb_auto_buffer.hpp"
#include "kvdb/kvdb_bounded_string.hpp"
#include "kvdb/kvdb_archive.hpp"
#include "kvdb/kvdb_memory_key_value_store.hpp"
#include "kvdb/kvdb_file_key_value_store.hpp"
#include "kvdb/kvdb_file_key_value_cache.hpp"
#include <stratosphere/kvdb/kvdb_auto_buffer.hpp>
#include <stratosphere/kvdb/kvdb_bounded_string.hpp>
#include <stratosphere/kvdb/kvdb_archive.hpp>
#include <stratosphere/kvdb/kvdb_memory_key_value_store.hpp>
#include <stratosphere/kvdb/kvdb_file_key_value_store.hpp>
#include <stratosphere/kvdb/kvdb_file_key_value_cache.hpp>

View file

@ -15,6 +15,6 @@
*/
#pragma once
#include "lmem/lmem_common.hpp"
#include "lmem/lmem_exp_heap.hpp"
#include "lmem/lmem_unit_heap.hpp"
#include <stratosphere/lmem/lmem_common.hpp>
#include <stratosphere/lmem/lmem_exp_heap.hpp>
#include <stratosphere/lmem/lmem_unit_heap.hpp>

View file

@ -16,7 +16,7 @@
#pragma once
#include <vapours.hpp>
#include "../../os.hpp"
#include <stratosphere/os.hpp>
namespace ams::lmem::impl {

View file

@ -16,7 +16,7 @@
#pragma once
#include <vapours.hpp>
#include "impl/lmem_impl_common.hpp"
#include <stratosphere/lmem/impl/lmem_impl_common.hpp>
namespace ams::lmem {

View file

@ -16,7 +16,7 @@
#pragma once
#include <vapours.hpp>
#include "lmem_common.hpp"
#include <stratosphere/lmem/lmem_common.hpp>
namespace ams::lmem {

View file

@ -16,7 +16,7 @@
#pragma once
#include <vapours.hpp>
#include "lmem_common.hpp"
#include <stratosphere/lmem/lmem_common.hpp>
namespace ams::lmem {

View file

@ -16,5 +16,5 @@
#pragma once
#include "map/map_types.hpp"
#include "map/map_api.hpp"
#include <stratosphere/map/map_types.hpp>
#include <stratosphere/map/map_api.hpp>

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "map_types.hpp"
#include <stratosphere/map/map_types.hpp>
namespace ams::map {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "os_common_types.hpp"
#include <stratosphere/os/os_common_types.hpp>
namespace ams::os {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "os_managed_handle.hpp"
#include <stratosphere/os/os_managed_handle.hpp>
namespace ams::os {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "os_common_types.hpp"
#include <stratosphere/os/os_common_types.hpp>
namespace ams::os {

View file

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "os_common_types.hpp"
#include <stratosphere/os/os_common_types.hpp>
namespace ams::os {

View file

@ -16,4 +16,4 @@
#pragma once
#include "patcher/patcher_api.hpp"
#include <stratosphere/patcher/patcher_api.hpp>

View file

@ -16,7 +16,7 @@
#pragma once
#include "pm_types.hpp"
#include <stratosphere/pm/pm_types.hpp>
namespace ams::pm::bm {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "../os/os_common_types.hpp"
#include <stratosphere/os/os_common_types.hpp>
namespace ams::pm {

View file

@ -16,7 +16,7 @@
#pragma once
#include <vapours.hpp>
#include "settings_fwdbg_types.hpp"
#include <stratosphere/settings/settings_fwdbg_types.hpp>
namespace ams::settings::fwdbg {

View file

@ -16,7 +16,7 @@
#pragma once
#include <vapours.hpp>
#include "../sf/sf_buffer_tags.hpp"
#include <stratosphere/sf/sf_buffer_tags.hpp>
namespace ams::settings::fwdbg {

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "../sf_common.hpp"
#include "sf_cmif_service_object_holder.hpp"
#include <stratosphere/sf/sf_common.hpp>
#include <stratosphere/sf/cmif/sf_cmif_service_object_holder.hpp>
namespace ams::sf::cmif {

View file

@ -15,9 +15,9 @@
*/
#pragma once
#include "sf_cmif_service_dispatch.hpp"
#include "sf_cmif_domain_api.hpp"
#include "sf_cmif_server_message_processor.hpp"
#include <stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp>
#include <stratosphere/sf/cmif/sf_cmif_domain_api.hpp>
#include <stratosphere/sf/cmif/sf_cmif_server_message_processor.hpp>
namespace ams::sf::cmif {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "../sf_common.hpp"
#include <stratosphere/sf/sf_common.hpp>
namespace ams::sf::cmif {

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "../sf_service_object.hpp"
#include "sf_cmif_pointer_and_size.hpp"
#include <stratosphere/sf/sf_service_object.hpp>
#include <stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp>
namespace ams::sf::cmif {

View file

@ -15,9 +15,9 @@
*/
#pragma once
#include "../sf_service_object.hpp"
#include "sf_cmif_pointer_and_size.hpp"
#include "sf_cmif_server_message_processor.hpp"
#include <stratosphere/sf/sf_service_object.hpp>
#include <stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp>
#include <stratosphere/sf/cmif/sf_cmif_server_message_processor.hpp>
namespace ams::sf::hipc {

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "../sf_service_object.hpp"
#include "sf_cmif_service_dispatch.hpp"
#include <stratosphere/sf/sf_service_object.hpp>
#include <stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp>
namespace ams::sf::cmif {

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "../sf_common.hpp"
#include "../cmif/sf_cmif_pointer_and_size.hpp"
#include <stratosphere/sf/sf_common.hpp>
#include <stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp>
namespace ams::sf::hipc {

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "sf_hipc_server_session_manager.hpp"
#include "../cmif/sf_cmif_domain_manager.hpp"
#include <stratosphere/sf/hipc/sf_hipc_server_session_manager.hpp>
#include <stratosphere/sf/cmif/sf_cmif_domain_manager.hpp>
namespace ams::sf::hipc {

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "sf_hipc_server_domain_session_manager.hpp"
#include "../../sm.hpp"
#include <stratosphere/sf/hipc/sf_hipc_server_domain_session_manager.hpp>
#include <stratosphere/sm.hpp>
namespace ams::sf::hipc {

View file

@ -15,11 +15,11 @@
*/
#pragma once
#include "../sf_common.hpp"
#include "../sf_service_object.hpp"
#include "../cmif/sf_cmif_pointer_and_size.hpp"
#include "../cmif/sf_cmif_service_object_holder.hpp"
#include "sf_hipc_api.hpp"
#include <stratosphere/sf/sf_common.hpp>
#include <stratosphere/sf/sf_service_object.hpp>
#include <stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp>
#include <stratosphere/sf/cmif/sf_cmif_service_object_holder.hpp>
#include <stratosphere/sf/hipc/sf_hipc_api.hpp>
namespace ams::sf::cmif {

View file

@ -15,17 +15,17 @@
*/
#pragma once
#include "../sf_common.hpp"
#include "../sf_service_object.hpp"
#include "../sf_out.hpp"
#include "../sf_buffers.hpp"
#include "../sf_handles.hpp"
#include "../cmif/sf_cmif_pointer_and_size.hpp"
#include "../cmif/sf_cmif_service_dispatch.hpp"
#include "../cmif/sf_cmif_service_object_holder.hpp"
#include "../cmif/sf_cmif_domain_api.hpp"
#include "../hipc/sf_hipc_api.hpp"
#include "../hipc/sf_hipc_server_session_manager.hpp"
#include <stratosphere/sf/sf_common.hpp>
#include <stratosphere/sf/sf_service_object.hpp>
#include <stratosphere/sf/sf_out.hpp>
#include <stratosphere/sf/sf_buffers.hpp>
#include <stratosphere/sf/sf_handles.hpp>
#include <stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp>
#include <stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp>
#include <stratosphere/sf/cmif/sf_cmif_service_object_holder.hpp>
#include <stratosphere/sf/cmif/sf_cmif_domain_api.hpp>
#include <stratosphere/sf/hipc/sf_hipc_api.hpp>
#include <stratosphere/sf/hipc/sf_hipc_server_session_manager.hpp>
/* Serialization classes. */
namespace ams::sf {

View file

@ -15,10 +15,10 @@
*/
#pragma once
#include "sf_common.hpp"
#include "sf_out.hpp"
#include "cmif/sf_cmif_pointer_and_size.hpp"
#include "sf_buffer_tags.hpp"
#include <stratosphere/sf/sf_common.hpp>
#include <stratosphere/sf/sf_out.hpp>
#include <stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp>
#include <stratosphere/sf/sf_buffer_tags.hpp>
namespace ams::sf {

View file

@ -15,9 +15,9 @@
*/
#pragma once
#include "sf_common.hpp"
#include "sf_out.hpp"
#include "cmif/sf_cmif_pointer_and_size.hpp"
#include <stratosphere/sf/sf_common.hpp>
#include <stratosphere/sf/sf_out.hpp>
#include <stratosphere/sf/cmif/sf_cmif_pointer_and_size.hpp>
namespace ams::sf {

View file

@ -16,7 +16,7 @@
#pragma once
#include "sm_types.hpp"
#include <stratosphere/sm/sm_types.hpp>
namespace ams::sm {

View file

@ -16,7 +16,7 @@
#pragma once
#include "sm_types.hpp"
#include <stratosphere/sm/sm_types.hpp>
namespace ams::sm::mitm {

View file

@ -15,7 +15,7 @@
*/
#pragma once
#include "../spl_types.hpp"
#include <stratosphere/spl/spl_types.hpp>
namespace ams::spl::smc {

View file

@ -16,5 +16,5 @@
#pragma once
#include "updater/updater_types.hpp"
#include "updater/updater_api.hpp"
#include <stratosphere/updater/updater_types.hpp>
#include <stratosphere/updater/updater_api.hpp>

View file

@ -15,8 +15,8 @@
*/
#pragma once
#include "updater_types.hpp"
#include "../spl/spl_types.hpp"
#include <stratosphere/updater/updater_types.hpp>
#include <stratosphere/spl/spl_types.hpp>
namespace ams::updater {