mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Remove unnecessary <iostream> includes
<iostream> injects a static constructor into the translation units that it's included into. This is trivially avoidable in these cases.
This commit is contained in:
@ -9,8 +9,6 @@
|
||||
#include <QString>
|
||||
#include <QTimer>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "DolphinQt2/Config/Mapping/MappingButton.h"
|
||||
|
||||
#include "Common/Thread.h"
|
||||
|
Reference in New Issue
Block a user