[Cmake-commits] CMake branch, next, updated. v3.6.1-1706-gdea9826
Daniel Pfeifer
daniel at pfeifer-mail.de
Thu Sep 1 18:55:18 EDT 2016
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 dea9826731fa7bc9c9b9cf58f64c9de2a64a22b3 (commit)
via 655237678cf45b6e5f957b7eddb4576b72944747 (commit)
from baaf49013308cac99f67e6430a0553213c31b922 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dea9826731fa7bc9c9b9cf58f64c9de2a64a22b3
commit dea9826731fa7bc9c9b9cf58f64c9de2a64a22b3
Merge: baaf490 6552376
Author: Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Thu Sep 1 18:55:14 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 1 18:55:14 2016 -0400
Merge topic 'include-what-you-use' into next
65523767 fixup! fix a load of include-what-you-use violations
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=655237678cf45b6e5f957b7eddb4576b72944747
commit 655237678cf45b6e5f957b7eddb4576b72944747
Author: Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Fri Sep 2 00:54:07 2016 +0200
Commit: Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Fri Sep 2 00:54:07 2016 +0200
fixup! fix a load of include-what-you-use violations
diff --git a/Source/cmCommandArgumentParserHelper.cxx b/Source/cmCommandArgumentParserHelper.cxx
index 7fecc4d..6a2dfe8 100644
--- a/Source/cmCommandArgumentParserHelper.cxx
+++ b/Source/cmCommandArgumentParserHelper.cxx
@@ -11,6 +11,8 @@
============================================================================*/
#include "cmCommandArgumentParserHelper.h"
+#include <cm_kwiml.h>
+
#include "cmCommandArgumentLexer.h"
#include "cmMakefile.h"
#include "cmState.h"
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 920dd65..a43a7d1 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -24,7 +24,6 @@
#include <iosfwd>
#include <map>
#include <set>
-#include <stdint.h>
#include <string.h>
#include <string>
#include <vector>
-----------------------------------------------------------------------
Summary of changes:
Source/cmCommandArgumentParserHelper.cxx | 2 ++
Source/cmLocalGenerator.h | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list