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,5 +16,5 @@
#pragma once
#include "map/map_types.hpp"
#include "map/map_api.hpp"
#include <stratosphere/map/map_types.hpp>
#include <stratosphere/map/map_api.hpp>