diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-05 12:00:01 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-05 15:10:02 +0200 |
commit | 9393335c1d9f357873e4c69df82b4d0eb67f2048 (patch) | |
tree | 718bcec18336ba653a3b0f11f483a1a05a93012b /src/plugins/git/remotedialog.cpp | |
parent | ffb2f2ccf62078763c19a18e5dc5ed6d7faf564e (diff) | |
download | qt-creator-9393335c1d9f357873e4c69df82b4d0eb67f2048.tar.gz |
Clean headers in Git.
Ran script to remove inludes on a trial-and-error basis and
manually corrected it.
Change-Id: Ib2afbc530760684db96888b927c5153b29fe24aa
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/remotedialog.cpp')
-rw-r--r-- | src/plugins/git/remotedialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/remotedialog.cpp b/src/plugins/git/remotedialog.cpp index 05006dbb15..4488719f73 100644 --- a/src/plugins/git/remotedialog.cpp +++ b/src/plugins/git/remotedialog.cpp @@ -38,8 +38,6 @@ #include <vcsbase/vcsbaseoutputwindow.h> -#include <QItemSelectionModel> -#include <QPushButton> #include <QMessageBox> namespace Git { |