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