improve all includes using iwyu

This commit is contained in:
Ryan Pavlik
2011-09-02 15:16:04 -05:00
parent 3b70a17bc7
commit 8e78f9b649
12 changed files with 65 additions and 67 deletions

View File

@@ -36,14 +36,11 @@
*/
#include "wiiuse_internal.h"
#include "events.h"
#include "io.h"
#include "io.h" // for wiiuse_handshake, etc
#include <stdlib.h>
#ifndef WIIUSE_WIN32
#include <unistd.h>
#endif
#include <stdio.h> // for printf, FILE
#include <stdlib.h> // for malloc, free
#include <string.h> // for memcpy, memset
static int g_banner = 0;