cmStandardIncludes: Remove deque include.

Include it only where used.
This commit is contained in:
Stephen Kelly 2015-01-12 21:11:16 +01:00
parent 5fea689834
commit e848cc5074
3 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@
#include <cmsys/RegularExpression.hxx>
#include <deque>
class cmMakefile;
/** \class cmCTestBuildHandler

View File

@ -35,6 +35,7 @@
#endif
#include <stack>
#include <deque>
class cmFunctionBlocker;
class cmCommand;

View File

@ -55,7 +55,6 @@
#include <map>
#include <list>
#include <set>
#include <deque>
// include the "c" string header
#include <string.h>