[Cmake-commits] CMake branch, next, updated. v3.6.1-1708-g5ae80fe
Daniel Pfeifer
daniel at pfeifer-mail.de
Fri Sep 2 01:21:53 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 5ae80febe60a0f15532ec439a742f30b5101f552 (commit)
via b61a64b3018b4be126f459348773f58d21f72a23 (commit)
from dea9826731fa7bc9c9b9cf58f64c9de2a64a22b3 (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=5ae80febe60a0f15532ec439a742f30b5101f552
commit 5ae80febe60a0f15532ec439a742f30b5101f552
Merge: dea9826 b61a64b
Author: Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Fri Sep 2 01:21:51 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 2 01:21:51 2016 -0400
Merge topic 'include-what-you-use' into next
b61a64b3 fixup! fix a load of include-what-you-use violations
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b61a64b3018b4be126f459348773f58d21f72a23
commit b61a64b3018b4be126f459348773f58d21f72a23
Author: Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Fri Sep 2 07:21:29 2016 +0200
Commit: Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Fri Sep 2 07:21:29 2016 +0200
fixup! fix a load of include-what-you-use violations
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx
index a43e6c1..6fff984 100644
--- a/Source/cmELF.cxx
+++ b/Source/cmELF.cxx
@@ -17,7 +17,6 @@
#include <map>
#include <sstream>
#include <stddef.h>
-#include <stdint.h>
#include <utility>
#include <vector>
diff --git a/Source/cmFilePathUuid.cxx b/Source/cmFilePathUuid.cxx
index 6202d6d..b2def51 100644
--- a/Source/cmFilePathUuid.cxx
+++ b/Source/cmFilePathUuid.cxx
@@ -17,7 +17,6 @@
#include "cmMakefile.h"
#include "cmSystemTools.h"
-#include <algorithm>
#include <vector>
cmFilePathUuid::cmFilePathUuid(cmMakefile* makefile)
-----------------------------------------------------------------------
Summary of changes:
Source/cmELF.cxx | 1 -
Source/cmFilePathUuid.cxx | 1 -
2 files changed, 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list