mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00: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:
parent
619f98b97b
commit
abfaff8ca9
3 changed files with 2 additions and 10 deletions
|
@ -9,8 +9,6 @@
|
|||
#include <QString>
|
||||
#include <QTimer>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "DolphinQt2/Config/Mapping/MappingButton.h"
|
||||
|
||||
#include "Common/Thread.h"
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
#include <QPainter>
|
||||
#include <QTimer>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "InputCommon/ControlReference/ControlReference.h"
|
||||
#include "InputCommon/ControllerEmu/Control/Control.h"
|
||||
#include "InputCommon/ControllerEmu/ControlGroup/ControlGroup.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue