(WiiU) Prevent implicit declarations
This commit is contained in:
parent
af0746c6d7
commit
a79bd56018
|
@ -30,6 +30,10 @@
|
||||||
#include <streams/file_stream.h>
|
#include <streams/file_stream.h>
|
||||||
#include <time/rtime.h>
|
#include <time/rtime.h>
|
||||||
|
|
||||||
|
#ifdef WIIU
|
||||||
|
#include <wiiu/os/energy.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "menu_driver.h"
|
#include "menu_driver.h"
|
||||||
#include "menu_cbs.h"
|
#include "menu_cbs.h"
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
|
|
|
@ -99,10 +99,6 @@
|
||||||
#include <net/net_http.h>
|
#include <net/net_http.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIIU
|
|
||||||
#include <wiiu/os/energy.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef EMSCRIPTEN
|
#ifdef EMSCRIPTEN
|
||||||
#include <emscripten/emscripten.h>
|
#include <emscripten/emscripten.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue