mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
strat: use consistent include style for lib headers
This commit is contained in:
parent
7444a68cd1
commit
24d6933145
80 changed files with 144 additions and 144 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue