mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 04:38:01 -05:00
Common: Cleanup emu_window includes.
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/key_map.h"
|
||||
|
||||
#include "emu_window.h"
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
|
Reference in New Issue
Block a user