mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-11 12:05:52 +00:00
(WiiU) Prevent implicit declarations
This commit is contained in:
parent
af0746c6d7
commit
a79bd56018
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user