mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-18 16:32:05 +00:00
powctl: remove unused arm_neon header after last commit
This commit is contained in:
parent
03efc31f9c
commit
64950dbd31
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@
|
||||||
#include <stratosphere.hpp>
|
#include <stratosphere.hpp>
|
||||||
#include "powctl_max17050_driver.hpp"
|
#include "powctl_max17050_driver.hpp"
|
||||||
|
|
||||||
#if defined(ATMOSPHERE_ARCH_ARM64)
|
|
||||||
#include <arm_neon.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace ams::powctl::impl::board::nintendo::nx {
|
namespace ams::powctl::impl::board::nintendo::nx {
|
||||||
|
|
||||||
namespace max17050 {
|
namespace max17050 {
|
||||||
|
|
Loading…
Reference in a new issue