mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 11:46:58 -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,6 +15,6 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include "lmem/lmem_common.hpp"
|
||||
#include "lmem/lmem_exp_heap.hpp"
|
||||
#include "lmem/lmem_unit_heap.hpp"
|
||||
#include <stratosphere/lmem/lmem_common.hpp>
|
||||
#include <stratosphere/lmem/lmem_exp_heap.hpp>
|
||||
#include <stratosphere/lmem/lmem_unit_heap.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue