mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Sort includes properly
This commit is contained in:
@ -4,9 +4,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <atomic>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
// Singleton that talks to the Core via the interface defined in Core/Host.h.
|
||||
// Because Host_* calls might come from different threads than the MainWindow,
|
||||
// the Host class communicates with it via signals/slots only.
|
||||
|
Reference in New Issue
Block a user