summaryrefslogtreecommitdiffstats
path: root/src/input_common/sdl/sdl_impl.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-03 21:50:04 +0200
committerLioncash <mathew1800@gmail.com>2019-06-03 22:56:42 +0200
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
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.gz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.bz2
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.lz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.xz
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.tar.zst
yuzu-cf0d01a5d775f318f7cf1045a2a2a792b15111e6.zip
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 @@
#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"