build: Fixed enum forward declarations and filepath checks in SonarGraphProjectTestSuite

This commit is contained in:
Eberhard Graether
2018-05-22 13:02:27 +02:00
parent 7b735cfd17
commit 59f32e9942
493 changed files with 11809 additions and 11325 deletions
+4 -3
View File
@@ -5,12 +5,13 @@
#include <set>
#include <vector>
#include "settings/LanguageType.h"
#include "settings/SourceGroupStatusType.h"
#include "settings/SourceGroupType.h"
class IndexerCommand;
class FilePath;
class SourceGroupSettings;
enum LanguageType;
enum SourceGroupStatusType;
enum SourceGroupType;
class SourceGroup
{