summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/basecheckoutwizard.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2014-09-30 17:53:20 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2014-10-09 10:38:07 +0200
commitc6c091ab317ea0a3e02a7fc1c43a1d4bf31ce730 (patch)
tree14200086941378a76b0780a3097af6627462608a /src/plugins/vcsbase/basecheckoutwizard.cpp
parent3191aac82862201bc133e6c43166fda5fdf0270c (diff)
downloadqt-creator-c6c091ab317ea0a3e02a7fc1c43a1d4bf31ce730.tar.gz
Remove StandardFileWizardFactory
This class is now unused. Clean up includes of basefilefactory.h (and surrounding includes) while at it. Change-Id: I7d4f695b5ebf9ef0a32d523442084d0591f12d02 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/vcsbase/basecheckoutwizard.cpp')
-rw-r--r--src/plugins/vcsbase/basecheckoutwizard.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/vcsbase/basecheckoutwizard.cpp b/src/plugins/vcsbase/basecheckoutwizard.cpp
index f248714eae..bb9ff31140 100644
--- a/src/plugins/vcsbase/basecheckoutwizard.cpp
+++ b/src/plugins/vcsbase/basecheckoutwizard.cpp
@@ -31,8 +31,6 @@
#include "basecheckoutwizardfactory.h"
#include "checkoutprogresswizardpage.h"
-#include <coreplugin/basefilewizardfactory.h>
-
#include <utils/qtcassert.h>
#include <QPushButton>