Merge topic 'cmStandardIncludes-cleanup'

af65da0a cmStandardIncludes: Remove list include.
e848cc50 cmStandardIncludes: Remove deque include.
5fea6898 cmStandardIncludes: Remove some VS6 workarounds.
This commit is contained in:
Brad King
2015-02-10 12:56:08 -05:00
committed by CMake Topic Stage
13 changed files with 20 additions and 12 deletions

View File

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

View File

@@ -14,6 +14,8 @@
#include "cmCTestVC.h"
#include <list>
/** \class cmCTestGlobalVC
* \brief Base class for handling globally-versioned trees
*

View File

@@ -16,6 +16,7 @@
#include "cmSystemTools.h"
#include <stdlib.h>
#include <stack>
#include <list>
#include <float.h>
#include <cmsys/FStream.hxx>

View File

@@ -14,6 +14,8 @@
#include "cmCTestGlobalVC.h"
#include <list>
/** \class cmCTestSVN
* \brief Interaction with subversion command-line tool
*