Browse Source

ap, aoc_u: Minor cleanup.

pull/15/merge
bunnei 8 years ago
parent
commit
b67cbb8d92
  1. 2
      src/core/hle/service/am/am.cpp
  2. 1
      src/core/hle/service/aoc/aoc_u.cpp
  3. 2
      src/core/hle/service/aoc/aoc_u.h

2
src/core/hle/service/am/am.cpp

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "common/logging/log.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/service/am/am.h"
#include "core/hle/service/am/applet_oe.h"

1
src/core/hle/service/aoc/aoc_u.cpp

@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <string>
#include "core/hle/service/aoc/aoc_u.h"
namespace Service {

2
src/core/hle/service/aoc/aoc_u.h

@ -15,7 +15,7 @@ public:
~AOC_U() = default;
};
/// Registers all LM services with the specified service manager.
/// Registers all AOC services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
} // namespace AOC

Loading…
Cancel
Save