cmGeneratorTarget: fix misplaced header

In commit b36d1bdd9d (Single location for cmProp typedef, 2020-05-30)
we accidentally left inclusion of `cmProperty.h` out of the main
block of includes.
This commit is contained in:
Vitaly Stakhovsky
2020-06-08 09:00:00 -04:00
committed by Brad King
parent d1f30ccab5
commit e65e88fbce

View File

@@ -18,6 +18,7 @@
#include "cmLinkItem.h"
#include "cmListFileCache.h"
#include "cmPolicies.h"
#include "cmProperty.h"
#include "cmStateTypes.h"
class cmComputeLinkInformation;
@@ -31,8 +32,6 @@ class cmTarget;
struct cmGeneratorExpressionContext;
struct cmGeneratorExpressionDAGChecker;
#include "cmProperty.h"
class cmGeneratorTarget
{
public: