summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl_impl.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-06-03 15:50:04 -0400
committerGravatar Lioncash2019-06-03 16:56:42 -0400
commitcf0d01a5d775f318f7cf1045a2a2a792b15111e6 (patch)
tree217e56818f84256f82df7137d8ffa24a2c1682b2 /src/input_common/sdl/sdl_impl.cpp
parentinput_common/sdl/sdl_impl: Use nested namespace specifiers where applicable (diff)
downloadyuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.gz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.xz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.zip
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.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
-rw-r--r--src/input_common/sdl/sdl_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_common/sdl/sdl_impl.cpp b/src/input_common/sdl/sdl_impl.cpp
index 5b849283a..24252279d 100644
--- a/src/input_common/sdl/sdl_impl.cpp
+++ b/src/input_common/sdl/sdl_impl.cpp
@@ -6,7 +6,6 @@
6#include <atomic> 6#include <atomic>
7#include <cmath> 7#include <cmath>
8#include <functional> 8#include <functional>
9#include <iterator>
10#include <mutex> 9#include <mutex>
11#include <string> 10#include <string>
12#include <thread> 11#include <thread>
@@ -15,7 +14,6 @@
15#include <utility> 14#include <utility>
16#include <vector> 15#include <vector>
17#include <SDL.h> 16#include <SDL.h>
18#include "common/assert.h"
19#include "common/logging/log.h" 17#include "common/logging/log.h"
20#include "common/math_util.h" 18#include "common/math_util.h"
21#include "common/param_package.h" 19#include "common/param_package.h"