From e8c1b8b739e7692941a8c832ef229b2329d4c07a Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 5 Jun 2013 21:23:51 +0300 Subject: [PATCH] Git: Remove unused forward declarations Change-Id: I1926733dc88902e75921a6bfa184e3f6b27ce98d Reviewed-by: Tobias Hunger --- src/plugins/git/gitclient.h | 2 -- 1 file changed, 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;