input_common/sdl: Remove unused header includes and forward declarations

Gets rid of a few unnecessary inclusion dependencies. It also uncovered
a few indirect inclusion dependencies being relied upon.
This commit is contained in:
Lioncash 2019-06-03 15:50:04 -04:00
parent 00f0827a26
commit cf0d01a5d7
3 changed files with 5 additions and 11 deletions

View file

@ -6,7 +6,6 @@
#include <atomic>
#include <cmath>
#include <functional>
#include <iterator>
#include <mutex>
#include <string>
#include <thread>
@ -15,7 +14,6 @@
#include <utility>
#include <vector>
#include <SDL.h>
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/math_util.h"
#include "common/param_package.h"