diff --git a/libraries/libstratosphere/include/stratosphere/lr.hpp b/libraries/libstratosphere/include/stratosphere/lr.hpp index d96d39f46..06c365637 100644 --- a/libraries/libstratosphere/include/stratosphere/lr.hpp +++ b/libraries/libstratosphere/include/stratosphere/lr.hpp @@ -17,4 +17,4 @@ #pragma once #include #include -#include +#include diff --git a/libraries/libstratosphere/include/stratosphere/lr/lr_service.hpp b/libraries/libstratosphere/include/stratosphere/lr/lr_api.hpp similarity index 100% rename from libraries/libstratosphere/include/stratosphere/lr/lr_service.hpp rename to libraries/libstratosphere/include/stratosphere/lr/lr_api.hpp diff --git a/libraries/libstratosphere/source/lr/lr_service.cpp b/libraries/libstratosphere/source/lr/lr_api.cpp similarity index 100% rename from libraries/libstratosphere/source/lr/lr_service.cpp rename to libraries/libstratosphere/source/lr/lr_api.cpp