Browse Source

ERR: cmClassFile.h -> cmSourceFile.h include change.

Brad King 25 years ago
parent
commit
91ddeacdbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmUnixMakefileGenerator.cxx

+ 1 - 1
Source/cmUnixMakefileGenerator.cxx

@@ -17,7 +17,7 @@
 #include "cmMakefile.h"
 #include "cmStandardIncludes.h"
 #include "cmSystemTools.h"
-#include "cmClassFile.h"
+#include "cmSourceFile.h"
 #include "cmMakeDepend.h"
 #include "cmCacheManager.h"