mouse_input: Remove unused includes

This commit is contained in:
Lioncash 2020-12-03 10:25:10 -05:00
parent 4547af2ba5
commit 09b2703682
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 {