Qt: Sort includes properly

This commit is contained in:
spycrab
2018-05-28 03:48:04 +02:00
parent cece179d77
commit 6268c7b3d5
58 changed files with 139 additions and 31 deletions

View File

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