diff options
| author | 2020-12-03 10:25:10 -0500 | |
|---|---|---|
| committer | 2020-12-03 10:26:30 -0500 | |
| commit | 774d7eab64108a8537c0d0db02744f8a11fa4618 (patch) | |
| tree | fce451683f43ef429faf3c31c96e7bc33f4aec4d /src/input_common/mouse/mouse_input.cpp | |
| parent | Merge pull request #5000 from lioncash/audio-error (diff) | |
| download | yuzu-774d7eab64108a8537c0d0db02744f8a11fa4618.tar.gz yuzu-774d7eab64108a8537c0d0db02744f8a11fa4618.tar.xz yuzu-774d7eab64108a8537c0d0db02744f8a11fa4618.zip | |
mouse_input: Remove unused includes
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/mouse/mouse_input.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input_common/mouse/mouse_input.cpp b/src/input_common/mouse/mouse_input.cpp index d0ee64ad7..055924087 100644 --- a/src/input_common/mouse/mouse_input.cpp +++ b/src/input_common/mouse/mouse_input.cpp | |||
| @@ -2,9 +2,6 @@ | |||
| 2 | // Licensed under GPLv2+ | 2 | // Licensed under GPLv2+ |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "common/logging/log.h" | ||
| 6 | #include "common/math_util.h" | ||
| 7 | #include "common/param_package.h" | ||
| 8 | #include "input_common/mouse/mouse_input.h" | 5 | #include "input_common/mouse/mouse_input.h" |
| 9 | 6 | ||
| 10 | namespace MouseInput { | 7 | namespace MouseInput { |