summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2018-05-13 20:12:15 +0200
committerGitHub <noreply@github.com>2018-05-13 20:12:15 +0200
commit7a5e51cda778932fbb03fa8db411dd8f75772b50 (patch)
tree1594f7dbb6db755c50e2e9e244aa4f8bc8738c20 /Source/Core
parent9d1157f69532d764835c9c9aa4ef3757e70954bb (diff)
parent15a522fe9baa19e838c4a14286ec8c6fac40f549 (diff)
Merge pull request #6840 from lioncash/iostream
DolphinQt2/NewPatchDialog: Remove unused <iostream> include
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt2/Config/NewPatchDialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt2/Config/NewPatchDialog.cpp b/Source/Core/DolphinQt2/Config/NewPatchDialog.cpp
index 3e871b842a..fbe081d0b2 100644
--- a/Source/Core/DolphinQt2/Config/NewPatchDialog.cpp
+++ b/Source/Core/DolphinQt2/Config/NewPatchDialog.cpp
@@ -15,8 +15,6 @@
#include <QScrollArea>
#include <QVBoxLayout>
-#include <iostream>
-
NewPatchDialog::NewPatchDialog(QWidget* parent, PatchEngine::Patch& patch)
: QDialog(parent), m_patch(patch)
{