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 "cmCommandArgumentParserHelper.h"
|
||||||
|
|
||||||
#include "cmSystemTools.h"
|
#include "cmSystemTools.h"
|
||||||
#include "cmCommandArgumentLexer.h"
|
|
||||||
|
|
||||||
#include "cmMakefile.h"
|
#include "cmMakefile.h"
|
||||||
|
|
||||||
|
#include "cmCommandArgumentLexer.h"
|
||||||
|
|
||||||
int cmCommandArgument_yyparse( yyscan_t yyscanner );
|
int cmCommandArgument_yyparse( yyscan_t yyscanner );
|
||||||
//
|
//
|
||||||
cmCommandArgumentParserHelper::cmCommandArgumentParserHelper()
|
cmCommandArgumentParserHelper::cmCommandArgumentParserHelper()
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
#include "cmExprParserHelper.h"
|
#include "cmExprParserHelper.h"
|
||||||
|
|
||||||
#include "cmSystemTools.h"
|
#include "cmSystemTools.h"
|
||||||
#include "cmExprLexer.h"
|
|
||||||
|
|
||||||
#include "cmMakefile.h"
|
#include "cmMakefile.h"
|
||||||
|
|
||||||
|
#include "cmExprLexer.h"
|
||||||
|
|
||||||
int cmExpr_yyparse( yyscan_t yyscanner );
|
int cmExpr_yyparse( yyscan_t yyscanner );
|
||||||
//
|
//
|
||||||
cmExprParserHelper::cmExprParserHelper()
|
cmExprParserHelper::cmExprParserHelper()
|
||||||
|
|
Loading…
Reference in New Issue