summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-12 20:11:16 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-02-06 18:04:53 (GMT)
commite848cc5074c402fe38bb19c831f0b71dc34ece73 (patch)
tree547e6b68307f602949b21582bc5b1e11e5977201 /Source/cmStandardIncludes.h
parent5fea6898346f30119b7f5272033b0713aca4c389 (diff)
downloadCMake-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.h1
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>