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

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 {