From 15a522fe9baa19e838c4a14286ec8c6fac40f549 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 13 May 2018 14:04:19 -0400 Subject: [PATCH] DolphinQt2/NewPatchDialog: Remove unused include Including causes a static constructor to be injected into the translation unit, even if the everything from the header itself is unused. --- Source/Core/DolphinQt2/Config/NewPatchDialog.cpp | 2 -- 1 file changed, 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 #include -#include - NewPatchDialog::NewPatchDialog(QWidget* parent, PatchEngine::Patch& patch) : QDialog(parent), m_patch(patch) {