aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2016-04-25 14:40:42 +0200
committerEike Ziller <[email protected]>2016-04-27 08:48:32 +0000
commit967177d3d8d345c9fea2db87885f486536b21c05 (patch)
treebab8d04f87e3b336b4f9a633f833e741347696e5 /src/plugins/git/gitclient.h
parentcb08a44e7e763abfb56bdc009b9ad5e0fad83a82 (diff)
SynchronousProcess: Change exit code interpreter to function object
Change-Id: Ic48d4f5810f171c070f0980581fb6e45f6fe6b4a Reviewed-by: Orgad Shaneh <[email protected]> Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r--src/plugins/git/gitclient.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h
index 60b2761c2fc..ef8f8873913 100644
--- a/src/plugins/git/gitclient.h
+++ b/src/plugins/git/gitclient.h
@@ -53,11 +53,6 @@ namespace VcsBase {
class VcsBaseEditorParameterWidget;
}
-namespace Utils {
-class ExitCodeInterpreter;
-struct SynchronousProcessResponse;
-} // namespace Utils
-
namespace DiffEditor {
class DiffEditorDocument;
class DiffEditorController;