Merge topic 'fix-lexer-include-order'
ae6a5ea Include cmMakefile.h before cm*Lexer.h to get stdint.h first
This commit is contained in:
commit
f181f27cd1
@ -12,10 +12,10 @@
|
||||
#include "cmCommandArgumentParserHelper.h"
|
||||
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmCommandArgumentLexer.h"
|
||||
|
||||
#include "cmMakefile.h"
|
||||
|
||||
#include "cmCommandArgumentLexer.h"
|
||||
|
||||
int cmCommandArgument_yyparse( yyscan_t yyscanner );
|
||||
//
|
||||
cmCommandArgumentParserHelper::cmCommandArgumentParserHelper()
|
||||
|
@ -12,10 +12,10 @@
|
||||
#include "cmExprParserHelper.h"
|
||||
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmExprLexer.h"
|
||||
|
||||
#include "cmMakefile.h"
|
||||
|
||||
#include "cmExprLexer.h"
|
||||
|
||||
int cmExpr_yyparse( yyscan_t yyscanner );
|
||||
//
|
||||
cmExprParserHelper::cmExprParserHelper()
|
||||
|
Loading…
x
Reference in New Issue
Block a user