aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2013-06-05 21:23:51 +0300
committerOrgad Shaneh <[email protected]>2013-06-10 10:25:43 +0200
commite8c1b8b739e7692941a8c832ef229b2329d4c07a (patch)
treee33b072833e93c94f17a1735b31f07a9d411a5ff /src/plugins/git/gitclient.h
parentf6ec8c334258dd04306c20a7db6ae357fa261209 (diff)
Git: Remove unused forward declarations
Change-Id: I1926733dc88902e75921a6bfa184e3f6b27ce98d Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r--src/plugins/git/gitclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h
index a280ccc34d4..7565ac6b33d 100644
--- a/src/plugins/git/gitclient.h
+++ b/src/plugins/git/gitclient.h
@@ -67,8 +67,6 @@ namespace DiffEditor {
namespace Git {
namespace Internal {
-class GitPlugin;
-class GitOutputWindow;
class CommitData;
struct GitSubmitEditorPanelData;
class Stash;