diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-12 20:17:55 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-02-06 18:04:53 (GMT) |
commit | af65da0aa97f20947f93ddcf9872d23d671f699b (patch) | |
tree | d991c610cc6ed0d265d554165d4e6e133d33e270 /Source/cmStandardIncludes.h | |
parent | e848cc5074c402fe38bb19c831f0b71dc34ece73 (diff) | |
download | CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.zip CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.gz CMake-af65da0aa97f20947f93ddcf9872d23d671f699b.tar.bz2 |
cmStandardIncludes: Remove list include.
Include it only where used.
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r-- | Source/cmStandardIncludes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 180bd8d..77b4f62 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -53,7 +53,6 @@ #include <algorithm> #include <functional> #include <map> -#include <list> #include <set> // include the "c" string header |