Attempt to fix WiiU build

This commit is contained in:
twinaphex 2019-08-11 14:48:32 +02:00
parent ab293b9900
commit 8647bbc36f
2 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,6 @@
#include <encodings/utf.h>
#include <features/features_cpu.h>
#ifdef WIIU
#include <wiiu/os/energy.h>
#endif
#ifdef HAVE_DISCORD
#include "discord/discord.h"
#endif

View File

@ -92,6 +92,10 @@
#include <net/net_http.h>
#endif
#ifdef WIIU
#include <wiiu/os/energy.h>
#endif
#include "config.def.h"
#include "config.def.keybinds.h"