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

@@ -32,11 +32,11 @@
*/
#include "classic.h"
#include "dynamics.h"
#include "events.h"
#include "dynamics.h" // for calc_joystick_state
#include "events.h" // for handshake_expansion
#include <stdlib.h>
#include <math.h>
#include <stdlib.h> // for malloc
#include <string.h> // for memset
static void classic_ctrl_pressed_buttons(struct classic_ctrl_t* cc, short now);