diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-10 18:27:44 +0200 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 21:52:47 +0100 |
commit | b22e5d0ab71199b45f1f9f4e271f677dba602452 (patch) | |
tree | 28bc63acc57dee10d2456d9ddfc660dec54c232c /Source/cmGeneratorExpressionNode.h | |
parent | ce43ed2cc14f96c56441da9908053737efbaaf2e (diff) | |
download | cmake-b22e5d0ab71199b45f1f9f4e271f677dba602452.tar.gz |
Remove some obsolete declarations
Ensure that cmStandardIncludes.h is included before any platform header
in cmGeneratorExpressionEvaluator.h. That file needs to change as
a result of removal of the cmMakefile.h header from
cmGeneratorExpressionNode.h, affecting the compilation of
cmGeneratorExpressionNode.cxx.
On AIX we need to include our own headers first to get large file
support macros defined consistently within system headers. The old
order in this header worked only because it was always included after
other headers.
Diffstat (limited to 'Source/cmGeneratorExpressionNode.h')
-rw-r--r-- | Source/cmGeneratorExpressionNode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGeneratorExpressionNode.h b/Source/cmGeneratorExpressionNode.h index db65db14ce..854811b99e 100644 --- a/Source/cmGeneratorExpressionNode.h +++ b/Source/cmGeneratorExpressionNode.h @@ -12,8 +12,6 @@ #ifndef cmGeneratorExpressionNode_h #define cmGeneratorExpressionNode_h -#include "cmMakefile.h" - #include "cmGeneratorExpressionEvaluator.h" #include "cmGeneratorExpressionParser.h" #include "cmGeneratorExpressionDAGChecker.h" |