mouse_input: Remove unused includes

This commit is contained in:
Lioncash 2020-12-03 10:25:10 -05:00
parent 88089c8754
commit 774d7eab64
2 changed files with 3 additions and 7 deletions

View file

@ -2,9 +2,6 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "common/logging/log.h"
#include "common/math_util.h"
#include "common/param_package.h"
#include "input_common/mouse/mouse_input.h"
namespace MouseInput {