powctl: remove unused arm_neon header after last commit

This commit is contained in:
Michael Scire 2021-10-16 10:11:45 -07:00
parent 03efc31f9c
commit 64950dbd31

View file

@ -16,10 +16,6 @@
#include <stratosphere.hpp>
#include "powctl_max17050_driver.hpp"
#if defined(ATMOSPHERE_ARCH_ARM64)
#include <arm_neon.h>
#endif
namespace ams::powctl::impl::board::nintendo::nx {
namespace max17050 {