summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index cbd2dd6c1c..30fd3baad2 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -19,7 +19,7 @@
#include "cmStandardIncludes.h"
#include "cmCustomCommand.h"
-#include "cmSourceFile.h"
+class cmSourceFile;
/** \class cmTarget
* \brief Represent a library or executable target loaded from a makefile.