summaryrefslogtreecommitdiff
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-12 21:11:16 +0100
committerStephen Kelly <steveire@gmail.com>2015-02-06 19:04:53 +0100
commite848cc5074c402fe38bb19c831f0b71dc34ece73 (patch)
tree547e6b68307f602949b21582bc5b1e11e5977201 /Source/cmStandardIncludes.h
parent5fea6898346f30119b7f5272033b0713aca4c389 (diff)
downloadcmake-e848cc5074c402fe38bb19c831f0b71dc34ece73.tar.gz
cmStandardIncludes: Remove deque include.
Include it only where used.
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 99e18684bb..180bd8dd55 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>