mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 04:24:56 +00:00
DolphinQt2/NewPatchDialog: Remove unused <iostream> include
Including <iostream> causes a static constructor to be injected into the translation unit, even if the everything from the header itself is unused.
This commit is contained in:
parent
9d1157f695
commit
15a522fe9b
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@
|
|||
#include <QScrollArea>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
NewPatchDialog::NewPatchDialog(QWidget* parent, PatchEngine::Patch& patch)
|
||||
: QDialog(parent), m_patch(patch)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue