From eec87a6ccf19eead39acc6f46ba818b5451fb6da Mon Sep 17 00:00:00 2001 From: plutoo Date: Sun, 3 Dec 2017 19:16:54 +0100 Subject: [PATCH] Rename account -> acc --- nx/include/switch.h | 2 +- nx/include/switch/services/{account.h => acc.h} | 0 nx/source/services/{account.c => acc.c} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename nx/include/switch/services/{account.h => acc.h} (100%) rename nx/source/services/{account.c => acc.c} (100%) diff --git a/nx/include/switch.h b/nx/include/switch.h index 3fefbb51..3e0301ef 100644 --- a/nx/include/switch.h +++ b/nx/include/switch.h @@ -25,7 +25,7 @@ extern "C" { #include #include -#include +#include #include #include #include diff --git a/nx/include/switch/services/account.h b/nx/include/switch/services/acc.h similarity index 100% rename from nx/include/switch/services/account.h rename to nx/include/switch/services/acc.h diff --git a/nx/source/services/account.c b/nx/source/services/acc.c similarity index 100% rename from nx/source/services/account.c rename to nx/source/services/acc.c