Cppcheck: remove unused forward declaration

Change-Id: I99f8afd16f98b9d7b2719aa95dfe07d0c5cd0054
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Laurent Montel
2019-10-18 09:54:09 +02:00
parent 9c2568b8e8
commit 55acde61c3
2 changed files with 0 additions and 5 deletions

View File

@@ -49,7 +49,6 @@ class Project;
namespace Cppcheck {
namespace Internal {
class Diagnostic;
class CppcheckRunner;
class CppcheckTextMarkManager;
class CppcheckOptions;

View File

@@ -42,10 +42,6 @@ class IDocument;
class IEditor;
}
namespace CppTools {
class ProjectInfo;
}
namespace Cppcheck {
namespace Internal {