Browse Source
Merge pull request #7848 from Morph1984/unused-core-include
input_common: Remove unused core include
pull/15/merge
Mai M
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/input_common/helpers/touch_from_buttons.cpp
|
|
|
@ -4,7 +4,6 @@ |
|
|
|
|
|
|
|
#include <algorithm>
|
|
|
|
#include "common/settings.h"
|
|
|
|
#include "core/frontend/framebuffer_layout.h"
|
|
|
|
#include "input_common/helpers/touch_from_buttons.h"
|
|
|
|
|
|
|
|
namespace InputCommon { |
|
|
|
|