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:
Romain Vimont 2019-05-29 08:24:32 +02:00
parent d2504f974c
commit befe455e44
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@
#include <string.h>
#include "buffer_util.h"
#include "lock_util.h"
#include "log.h"
static void

View file

@ -3,7 +3,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <SDL2/SDL_mutex.h>
#include "android/input.h"
#include "android/keycodes.h"