shuffle and clean up includes - builds on windows properly again
This commit is contained in:
11
src/wiiuse.c
11
src/wiiuse.c
@@ -35,20 +35,17 @@
|
||||
* of the API.
|
||||
*/
|
||||
|
||||
#include "wiiuse_internal.h"
|
||||
#include "events.h"
|
||||
#include "io.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <Winsock2.h>
|
||||
#endif
|
||||
|
||||
#include "definitions.h"
|
||||
#include "wiiuse_internal.h"
|
||||
#include "events.h"
|
||||
#include "io.h"
|
||||
|
||||
static int g_banner = 0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user