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