1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-10 21:32:14 +02:00

Rename account -> acc

This commit is contained in:
plutoo 2017-12-03 19:16:54 +01:00 committed by yellows8
parent 6569775e7d
commit eec87a6ccf
3 changed files with 1 additions and 1 deletions
nx
include
switch.h
switch/services
source/services

View File

@ -25,7 +25,7 @@ extern "C" {
#include <switch/services/sm.h> #include <switch/services/sm.h>
#include <switch/services/fs.h> #include <switch/services/fs.h>
#include <switch/services/account.h> #include <switch/services/acc.h>
#include <switch/services/applet.h> #include <switch/services/applet.h>
#include <switch/services/binder.h> #include <switch/services/binder.h>
#include <switch/services/bsd.h> #include <switch/services/bsd.h>