From 5e7dff18ec0072c7ae863cacdc463f3db0afdc89 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 4 Aug 2015 18:32:07 +0200 Subject: [PATCH] Useless include is useless. --- src/gui/decryptluksdialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/decryptluksdialog.cpp b/src/gui/decryptluksdialog.cpp index 8ad84fc..d5a0cec 100644 --- a/src/gui/decryptluksdialog.cpp +++ b/src/gui/decryptluksdialog.cpp @@ -26,8 +26,6 @@ #include #include -#include - DecryptLuksDialog::DecryptLuksDialog(QWidget* parent, const QString& deviceNode) : QDialog(parent), m_DialogWidget(new DecryptLuksDialogWidget(this)),