Merge pull request #7848 from Morph1984/unused-core-include

input_common: Remove unused core include
This commit is contained in:
Mai M 2022-02-03 23:21:32 -05:00 committed by GitHub
commit 7ad17ae397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {