[Cmake-commits] CMake branch, next, updated. v3.2.1-1492-gb698a9b
Stephen Kelly
steveire at gmail.com
Mon Apr 6 08:43:10 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via b698a9b255e5012a50a3b9a76342f3ccbb19fffd (commit)
via c22f6c1504037347d4052a7b441160a2b5c4ce23 (commit)
from 71f7b678666f1e91b56972df9a9871816584af67 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b698a9b255e5012a50a3b9a76342f3ccbb19fffd
commit b698a9b255e5012a50a3b9a76342f3ccbb19fffd
Merge: 71f7b67 c22f6c1
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Apr 6 08:43:09 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 6 08:43:09 2015 -0400
Merge topic 'minor-cleanups' into next
c22f6c15 Remove unused includes.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c22f6c1504037347d4052a7b441160a2b5c4ce23
commit c22f6c1504037347d4052a7b441160a2b5c4ce23
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Apr 6 14:41:05 2015 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Apr 6 14:41:05 2015 +0200
Remove unused includes.
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index fa7eff3..b8dfe04 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -12,7 +12,6 @@
#include "cmCacheManager.h"
#include "cmSystemTools.h"
-#include "cmCacheManager.h"
#include "cmGeneratedFileStream.h"
#include "cmMakefile.h"
#include "cmake.h"
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 2b999eb..6844fee 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -14,7 +14,6 @@
#include "cmMakefile.h"
#include "cmSystemTools.h"
#include "cmSourceFile.h"
-#include "cmCacheManager.h"
#include "cmGeneratorTarget.h"
#include "cmCustomCommandGenerator.h"
#include "cmake.h"
-----------------------------------------------------------------------
Summary of changes:
Source/cmCacheManager.cxx | 1 -
Source/cmLocalVisualStudio6Generator.cxx | 1 -
2 files changed, 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list