fix a load of include-what-you-use violations

This commit is contained in:
Daniel Pfeifer
2016-09-01 20:59:28 +02:00
committed by Brad King
parent bd3d0eafbb
commit efed6468ed
165 changed files with 1123 additions and 459 deletions

View File

@@ -12,9 +12,10 @@
#ifndef cmDependsJavaParserHelper_h
#define cmDependsJavaParserHelper_h
#include <cmConfigure.h>
#include <cmConfigure.h> // IWYU pragma: keep
#include "cmStandardIncludes.h"
#include <string>
#include <vector>
#define YYSTYPE cmDependsJavaParserHelper::ParserType
#define YYSTYPE_IS_DECLARED