(WiiU) Prevent implicit declarations

This commit is contained in:
twinaphex 2021-10-13 20:21:45 +02:00
parent af0746c6d7
commit a79bd56018
2 changed files with 4 additions and 4 deletions

View File

@ -30,6 +30,10 @@
#include <streams/file_stream.h>
#include <time/rtime.h>
#ifdef WIIU
#include <wiiu/os/energy.h>
#endif
#include "menu_driver.h"
#include "menu_cbs.h"
#include "../driver.h"

View File

@ -99,10 +99,6 @@
#include <net/net_http.h>
#endif
#ifdef WIIU
#include <wiiu/os/energy.h>
#endif
#ifdef EMSCRIPTEN
#include <emscripten/emscripten.h>
#endif