Remove unused includes
The struct control_event does not use mutexes, and net.h does not need SDL_platform.h.
This commit is contained in:
parent
d2504f974c
commit
befe455e44
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "buffer_util.h"
|
||||
#include "lock_util.h"
|
||||
#include "log.h"
|
||||
|
||||
static void
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <SDL2/SDL_mutex.h>
|
||||
|
||||
#include "android/input.h"
|
||||
#include "android/keycodes.h"
|
||||
|
|
Loading…
Reference in a new issue