Merge topic 'fix-lexer-include-order'

ae6a5ea Include cmMakefile.h before cm*Lexer.h to get stdint.h first
This commit is contained in:
Brad King 2013-08-08 13:54:58 -04:00 committed by CMake Topic Stage
commit f181f27cd1
2 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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()