strat: use consistent include style for lib headers
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "ams_types.hpp"
|
||||
#include <stratosphere/ams/ams_types.hpp>
|
||||
|
||||
namespace ams::emummc {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "ams_types.hpp"
|
||||
#include <stratosphere/ams/ams_types.hpp>
|
||||
|
||||
namespace ams {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "ams_types.hpp"
|
||||
#include <stratosphere/ams/ams_types.hpp>
|
||||
|
||||
namespace ams::exosphere {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user