From 55acde61c3b2fff3b1cbfacf7c03e254bdd4076e Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 18 Oct 2019 09:54:09 +0200 Subject: [PATCH] Cppcheck: remove unused forward declaration Change-Id: I99f8afd16f98b9d7b2719aa95dfe07d0c5cd0054 Reviewed-by: Orgad Shaneh --- src/plugins/cppcheck/cppchecktool.h | 1 - src/plugins/cppcheck/cppchecktrigger.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/plugins/cppcheck/cppchecktool.h b/src/plugins/cppcheck/cppchecktool.h index ff668cf40ea..203dc2edd27 100644 --- a/src/plugins/cppcheck/cppchecktool.h +++ b/src/plugins/cppcheck/cppchecktool.h @@ -49,7 +49,6 @@ class Project; namespace Cppcheck { namespace Internal { -class Diagnostic; class CppcheckRunner; class CppcheckTextMarkManager; class CppcheckOptions; diff --git a/src/plugins/cppcheck/cppchecktrigger.h b/src/plugins/cppcheck/cppchecktrigger.h index 069bfc7b044..a745f232e38 100644 --- a/src/plugins/cppcheck/cppchecktrigger.h +++ b/src/plugins/cppcheck/cppchecktrigger.h @@ -42,10 +42,6 @@ class IDocument; class IEditor; } -namespace CppTools { -class ProjectInfo; -} - namespace Cppcheck { namespace Internal {