Remove unused includes

The struct control_event does not use mutexes, and net.h does not need
SDL_platform.h.
pull/568/head
Romain Vimont 5 years ago
parent d2504f974c
commit befe455e44

@ -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…
Cancel
Save