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

@@ -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 {