mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 19:15:45 +01:00
mouse_poller: Remove unused includes
This commit is contained in:
parent
16aadcc354
commit
424bffcd3f
@ -2,11 +2,9 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <atomic>
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
#include <utility>
|
||||
#include "common/assert.h"
|
||||
|
||||
#include "common/threadsafe_queue.h"
|
||||
#include "input_common/mouse/mouse_input.h"
|
||||
#include "input_common/mouse/mouse_poller.h"
|
||||
|
Loading…
Reference in New Issue
Block a user