mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
Merge topic 'cmStandardIncludes-cleanup'
af65da0acmStandardIncludes: Remove list include.e848cc50cmStandardIncludes: Remove deque include.5fea6898cmStandardIncludes: Remove some VS6 workarounds.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
#include <cmsys/RegularExpression.hxx>
|
||||
|
||||
#include <deque>
|
||||
|
||||
class cmMakefile;
|
||||
|
||||
/** \class cmCTestBuildHandler
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
#include "cmCTestVC.h"
|
||||
|
||||
#include <list>
|
||||
|
||||
/** \class cmCTestGlobalVC
|
||||
* \brief Base class for handling globally-versioned trees
|
||||
*
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "cmSystemTools.h"
|
||||
#include <stdlib.h>
|
||||
#include <stack>
|
||||
#include <list>
|
||||
#include <float.h>
|
||||
#include <cmsys/FStream.hxx>
|
||||
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
#include "cmCTestGlobalVC.h"
|
||||
|
||||
#include <list>
|
||||
|
||||
/** \class cmCTestSVN
|
||||
* \brief Interaction with subversion command-line tool
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user