improve all includes using iwyu
This commit is contained in:
@@ -28,15 +28,12 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "motion_plus.h"
|
||||||
|
|
||||||
#include "wiiuse_internal.h"
|
#include "events.h" // for disable_expansion
|
||||||
#include "dynamics.h"
|
#include "ir.h" // for wiiuse_set_ir_mode
|
||||||
#include "events.h"
|
|
||||||
#include "ir.h"
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <string.h> // for memset
|
||||||
#include <math.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
void wiiuse_motion_plus_check(struct wiimote_t *wm,byte *data,unsigned short len)
|
void wiiuse_motion_plus_check(struct wiimote_t *wm,byte *data,unsigned short len)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user