Skip to content
Permalink
Browse files
Merge pull request #6840 from lioncash/iostream
DolphinQt2/NewPatchDialog: Remove unused <iostream> include
  • Loading branch information
spycrab committed May 13, 2018
2 parents 9d1157f + 15a522f commit 7a5e51c
Showing 1 changed file 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)
{

0 comments on commit 7a5e51c

Please sign in to comment.