Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
dd9f554f
Commit
dd9f554f
authored
May 08, 2016
by
Hahn, Steven
Browse files
Apply changes from modernize-deprecated-headers.
parent
e7e71a6d
Changes
49
Hide whitespace changes
Inline
Side-by-side
Framework/API/inc/MantidAPI/IMDWorkspace.h
View file @
dd9f554f
...
...
@@ -4,16 +4,16 @@
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include
<stdint.h>
#include
"MantidAPI/IMDWorkspace.h"
#include
"MantidAPI/ITableWorkspace_fwd.h"
#include
"MantidAPI/MDGeometry.h"
#include
"MantidAPI/Workspace.h"
#include
"MantidGeometry/MDGeometry/IMDDimension.h"
#include
<vector>
#include
<stdarg.h>
#include
"MantidAPI/MDGeometry.h"
#include
"MantidGeometry/MDGeometry/MDImplicitFunction.h"
#include
"MantidAPI/IMDWorkspace.h"
#include
"MantidKernel/SpecialCoordinateSystem.h"
#include
"MantidAPI/ITableWorkspace_fwd.h"
#include
<cstdarg>
#include
<cstdint>
#include
<vector>
namespace
Mantid
{
...
...
Framework/API/src/IFunctionMD.cpp
View file @
dd9f554f
...
...
@@ -14,11 +14,11 @@
#include
<boost/lexical_cast.hpp>
#include
<boost/lambda/lambda.hpp>
#include
<sstream>
#include
<algorithm>
#include
<cfloat>
#include
<functional>
#include
<iterator>
#include
<
float.h
>
#include
<
sstream
>
namespace
Mantid
{
namespace
API
{
...
...
Framework/API/src/MultipleFileProperty.cpp
View file @
dd9f554f
...
...
@@ -12,7 +12,7 @@
#include
<boost/algorithm/string.hpp>
#include
<boost/regex.hpp>
#include
<ctype
.h
>
#include
<
c
ctype>
#include
<functional>
#include
<numeric>
...
...
Framework/Algorithms/src/CalculateSlits.cpp
View file @
dd9f554f
#include
"MantidAlgorithms/CalculateSlits.h"
#include
<boost/shared_ptr.hpp>
#include
<math
.h
>
#include
<
c
math>
namespace
Mantid
{
namespace
Algorithms
{
...
...
Framework/Algorithms/src/CreateLogPropertyTable.cpp
View file @
dd9f554f
...
...
@@ -15,7 +15,7 @@
#include
"boost/shared_ptr.hpp"
#include
<assert
.h
>
#include
<
c
assert>
#include
<map>
#include
<vector>
...
...
Framework/Algorithms/src/EstimateResolutionDiffraction.cpp
View file @
dd9f554f
...
...
@@ -12,7 +12,7 @@
#include
"MantidKernel/TimeSeriesProperty.h"
#include
"MantidKernel/V3D.h"
#include
<math
.h
>
#include
<
c
math>
using
namespace
Mantid
;
using
namespace
Mantid
::
API
;
...
...
Framework/Algorithms/src/Exponential.cpp
View file @
dd9f554f
...
...
@@ -2,7 +2,7 @@
// Includes
//----------------------------------------------------------------------
#include
"MantidAlgorithms/Exponential.h"
#include
<math
.h
>
#include
<
c
math>
using
namespace
Mantid
::
API
;
using
namespace
Mantid
::
Kernel
;
...
...
Framework/Algorithms/src/GravitySANSHelper.cpp
View file @
dd9f554f
#include
"MantidAlgorithms/GravitySANSHelper.h"
#include
"MantidAPI/MatrixWorkspace.h"
#include
"MantidGeometry/Instrument.h"
#include
<math
.h
>
#include
<
c
math>
namespace
Mantid
{
namespace
Algorithms
{
...
...
Framework/Algorithms/src/PDFFourierTransform.cpp
View file @
dd9f554f
...
...
@@ -7,8 +7,8 @@
#include
"MantidKernel/PhysicalConstants.h"
#include
"MantidKernel/UnitFactory.h"
#include
<cmath>
#include
<sstream>
#include
<math.h>
namespace
Mantid
{
namespace
Algorithms
{
...
...
Framework/Algorithms/src/RadiusSum.cpp
View file @
dd9f554f
...
...
@@ -12,8 +12,8 @@
#include
<boost/foreach.hpp>
#include
<cmath>
#include
<limits>
#include
<math.h>
#include
<numeric>
#include
<sstream>
...
...
Framework/Algorithms/src/RemoveLowResTOF.cpp
View file @
dd9f554f
...
...
@@ -10,9 +10,9 @@
#include
"MantidKernel/CompositeValidator.h"
#include
"MantidKernel/EnabledWhenProperty.h"
#include
"MantidKernel/UnitFactory.h"
#include
<cmath>
#include
<limits>
#include
<map>
#include
<math.h>
namespace
Mantid
{
namespace
Algorithms
{
...
...
Framework/Algorithms/src/TOFSANSResolutionByPixelCalculator.cpp
View file @
dd9f554f
#include
"MantidAlgorithms/TOFSANSResolutionByPixelCalculator.h"
#include
<math
.h
>
#include
<
c
math>
namespace
Mantid
{
namespace
Algorithms
{
...
...
Framework/CurveFitting/src/FuncMinimizers/FABADAMinimizer.cpp
View file @
dd9f554f
...
...
@@ -2,9 +2,9 @@
#include
"MantidCurveFitting/CostFunctions/CostFuncLeastSquares.h"
#include
"MantidCurveFitting//Constraints/BoundaryConstraint.h"
#include
<stdio
.h
>
#include
<stdlib
.h
>
#include
<time
.h
>
#include
<
c
stdio>
#include
<
c
stdlib>
#include
<
c
time>
#include
"MantidAPI/CostFunctionFactory.h"
#include
"MantidAPI/FuncMinimizerFactory.h"
...
...
Framework/CurveFitting/src/Functions/BivariateNormal.cpp
View file @
dd9f554f
#include
"MantidCurveFitting/Functions/BivariateNormal.h"
#include
"Mantid
CurveFitting/Constraints/BoundaryConstraint
.h"
#include
"Mantid
API/FunctionFactory
.h"
#include
"MantidAPI/MatrixWorkspace.h"
#include
"MantidKernel/PhysicalConstants.h"
#include
"MantidAPI/ParameterTie.h"
#include
"MantidAPI/FunctionFactory.h"
#include
"MantidCurveFitting/Constraints/BoundaryConstraint.h"
#include
"MantidKernel/PhysicalConstants.h"
#include
"MantidKernel/System.h"
#include
<algorithm>
#include
<boost/shared_ptr.hpp>
#include
<cmath>
#include
<cstdio>
#include
<fstream>
#include
<algorithm>
#include
<math.h>
#include
<sstream>
#include
<string>
#include
<cstdio>
using
namespace
Mantid
::
API
;
...
...
Framework/CurveFitting/src/Functions/ChebfunBase.cpp
View file @
dd9f554f
...
...
@@ -9,12 +9,12 @@
#include
<gsl/gsl_fft_halfcomplex.h>
#include
<gsl/gsl_eigen.h>
#include
<cmath>
#include
<algorithm>
#include
<
numeric
>
#include
<
limits
>
#include
<
cassert
>
#include
<
cmath
>
#include
<functional>
#include
<assert.h>
#include
<limits>
#include
<numeric>
#include
<sstream>
namespace
Mantid
{
...
...
Framework/DataHandling/src/DownloadInstrument.cpp
View file @
dd9f554f
...
...
@@ -21,7 +21,7 @@
#else
#include
<Poco/FileStream.h>
#include
<Poco/NullStream.h>
#include
<stdlib
.h
>
#include
<
c
stdlib>
#endif
// jsoncpp
...
...
Framework/DataHandling/src/LoadBBY.cpp
View file @
dd9f554f
#include
<math
.h
>
#include
<stdio
.h
>
#include
<
c
math>
#include
<
c
stdio>
#include
"MantidDataHandling/LoadBBY.h"
#include
"MantidAPI/Axis.h"
...
...
Framework/DataHandling/src/LoadRaw/isisraw.h
View file @
dd9f554f
...
...
@@ -8,9 +8,9 @@
*/
struct
ISISCRPT_STRUCT
;
#include
<stdlib.h>
#include
<string.h>
#include
"item_struct.h"
#include
<cstdlib>
#include
<cstring>
#ifdef _WIN32
/* _WIN32 */
#include
<time.h>
#endif
...
...
Framework/DataHandling/src/LoadRaw/item_struct.cpp
View file @
dd9f554f
#include
"item_struct.h"
#include
<stdlib
.h
>
#include
<
c
stdlib>
#define FAILURE 1
#define SUCCESS 0
...
...
Framework/DataHandling/src/NexusTester.cpp
View file @
dd9f554f
...
...
@@ -6,8 +6,8 @@
#include
<Poco/File.h>
#include
<Poco/Thread.h>
#include
<cstdlib>
#include
<nexus/NeXusFile.hpp>
#include
<stdlib.h>
using
namespace
Mantid
::
Kernel
;
using
namespace
Mantid
::
API
;
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment