From 9f1ddb7f7be7de79a4d844aa260619d442c76e72 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 28 Feb 2020 03:19:58 -0800 Subject: [PATCH] lr_service -> lr_api --- libraries/libstratosphere/include/stratosphere/lr.hpp | 2 +- .../include/stratosphere/lr/{lr_service.hpp => lr_api.hpp} | 0 .../libstratosphere/source/lr/{lr_service.cpp => lr_api.cpp} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename libraries/libstratosphere/include/stratosphere/lr/{lr_service.hpp => lr_api.hpp} (100%) rename libraries/libstratosphere/source/lr/{lr_service.cpp => lr_api.cpp} (100%) 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