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

@@ -34,14 +34,13 @@
* This file is an example of how to use the wiiuse library.
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdio.h> // for printf
#ifndef WIN32
#include <unistd.h>
#include <unistd.h> // for usleep
#endif
#include "wiiuse.h"
#include "wiiuse.h" // for wiimote_t, classic_ctrl_t, etc
#define MAX_WIIMOTES 4