diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-01-12 20:11:16 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-02-06 18:04:53 (GMT) |
commit | e848cc5074c402fe38bb19c831f0b71dc34ece73 (patch) | |
tree | 547e6b68307f602949b21582bc5b1e11e5977201 /Source/cmStandardIncludes.h | |
parent | 5fea6898346f30119b7f5272033b0713aca4c389 (diff) | |
download | CMake-e848cc5074c402fe38bb19c831f0b71dc34ece73.zip CMake-e848cc5074c402fe38bb19c831f0b71dc34ece73.tar.gz CMake-e848cc5074c402fe38bb19c831f0b71dc34ece73.tar.bz2 |
cmStandardIncludes: Remove deque 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 99e1868..180bd8d 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -55,7 +55,6 @@ #include <map> #include <list> #include <set> -#include <deque> // include the "c" string header #include <string.h> |