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
f2ea13d3
Commit
f2ea13d3
authored
Feb 12, 2016
by
Stuart Campbell
Browse files
header cleanup from clion on kernel directory
refs #15271
parent
70ad602d
Changes
25
Hide whitespace changes
Inline
Side-by-side
Framework/Kernel/src/ANN_complete.cpp
View file @
f2ea13d3
...
...
@@ -7,18 +7,3 @@
#pragma GCC diagnostic ignored "-Wconversion"
#endif
#include
"ANN/ANN.cpp"
#include
"ANN/bd_fix_rad_search.cpp"
#include
"ANN/bd_pr_search.cpp"
#include
"ANN/bd_search.cpp"
#include
"ANN/bd_tree.cpp"
#include
"ANN/bd_tree.h"
#include
"ANN/brute.cpp"
#include
"ANN/kd_dump.cpp"
#include
"ANN/kd_fix_rad_search.cpp"
#include
"ANN/kd_pr_search.cpp"
#include
"ANN/kd_search.cpp"
#include
"ANN/kd_split.cpp"
#include
"ANN/kd_tree.cpp"
#include
"ANN/kd_util.cpp"
#include
"ANN/perf.cpp"
Framework/Kernel/src/Atom.cpp
View file @
f2ea13d3
#include
<algorithm>
#include
<sstream>
#include
<stdexcept>
#include
"MantidKernel/Atom.h"
#include
"MantidKernel/PhysicalConstants.h"
#include
<boost/math/special_functions/fpclassify.hpp>
...
...
Framework/Kernel/src/BinFinder.cpp
View file @
f2ea13d3
#include
"MantidKernel/BinFinder.h"
#include
"MantidKernel/Exception.h"
using
std
::
size_t
;
...
...
Framework/Kernel/src/ChecksumHelper.cpp
View file @
f2ea13d3
...
...
@@ -6,7 +6,6 @@
#include
<Poco/DigestStream.h>
#include
<fstream>
#include
<sstream>
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/ConfigService.cpp
View file @
f2ea13d3
...
...
@@ -30,18 +30,15 @@
#pragma warning(disable : 4250)
#endif
#include
<Poco/Logger.h>
#include
<Poco/Channel.h>
#include
<Poco/SplitterChannel.h>
#include
<Poco/LoggingRegistry.h>
#include
<Poco/PipeStream.h>
#include
<Poco/StreamCopier.h>
#include
<boost/algorithm/string/replace.hpp>
#include
<boost/algorithm/string/join.hpp>
#include
<boost/regex.hpp>
#include
<fstream>
#include
<iostream>
#ifdef __APPLE__
#include
<mach-o/dyld.h>
...
...
Framework/Kernel/src/DiskBuffer.cpp
View file @
f2ea13d3
#include
"MantidKernel/DiskBuffer.h"
#include
<sstream>
using
namespace
Mantid
::
Kernel
;
...
...
Framework/Kernel/src/ICatalogInfo.cpp
View file @
f2ea13d3
#include
"MantidKernel/ICatalogInfo.h"
#include
<string>
#include
<boost/regex.hpp>
#include
<boost/algorithm/string.hpp>
...
...
Framework/Kernel/src/IPropertyManager.cpp
View file @
f2ea13d3
...
...
@@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include
"MantidKernel/IPropertyManager.h"
#include
"MantidKernel/OptionalBool.h"
///@cond
DEFINE_IPROPERTYMANAGER_GETVALUE
(
int16_t
)
...
...
Framework/Kernel/src/ISaveable.cpp
View file @
f2ea13d3
#include
"MantidKernel/ISaveable.h"
//#include "MantidKernel/INode.h"
#include
<limits>
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/MDUnitFactory.cpp
View file @
f2ea13d3
#include
"MantidKernel/MDUnitFactory.h"
#include
"MantidKernel/MDUnit.h"
#include
"MantidKernel/UnitLabel.h"
#include
"MantidKernel/UnitLabelTypes.h"
#include
<memory>
#include
<boost/regex.hpp>
namespace
Mantid
{
...
...
Framework/Kernel/src/MandatoryValidator.cpp
View file @
f2ea13d3
...
...
@@ -4,7 +4,6 @@
#include
"MantidKernel/MandatoryValidator.h"
#include
"MantidKernel/EmptyValues.h"
#include
"MantidKernel/OptionalBool.h"
#include
<cmath>
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/Math/Optimization/SLSQPMinimizer.cpp
View file @
f2ea13d3
...
...
@@ -2,7 +2,6 @@
#include
"MantidKernel/Exception.h"
#include
<algorithm>
#include
<cmath>
#include
<cassert>
#include
<sstream>
...
...
Framework/Kernel/src/Memory.cpp
View file @
f2ea13d3
...
...
@@ -7,7 +7,6 @@
#include
<unistd.h>
#include
<fstream>
#include
<malloc.h>
#include
<stdio.h>
#include
<sys/resource.h>
#endif
#ifdef __APPLE__
...
...
Framework/Kernel/src/MultiFileNameParser.cpp
View file @
f2ea13d3
...
...
@@ -6,7 +6,6 @@
#include
"MantidKernel/ConfigService.h"
#include
"MantidKernel/FacilityInfo.h"
#include
<numeric>
#include
<sstream>
#include
<boost/regex.hpp>
...
...
Framework/Kernel/src/NeutronAtom.cpp
View file @
f2ea13d3
...
...
@@ -5,7 +5,6 @@
#include
"MantidKernel/PhysicalConstants.h"
#include
<algorithm>
#include
<sstream>
#include
<stdexcept>
#include
<boost/math/special_functions/fpclassify.hpp>
namespace
Mantid
{
...
...
Framework/Kernel/src/OptionalBool.cpp
View file @
f2ea13d3
#include
"MantidKernel/OptionalBool.h"
#include
<ostream>
#include
<istream>
#include
<utility>
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/PropertyHistory.cpp
View file @
f2ea13d3
...
...
@@ -4,8 +4,6 @@
#include
"MantidKernel/PropertyHistory.h"
#include
"MantidKernel/Property.h"
#include
<sstream>
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/PropertyWithValue.cpp
View file @
f2ea13d3
#include
"MantidKernel/PropertyWithValue.h"
#include
"MantidKernel/OptionalBool.h"
namespace
Mantid
{
...
...
Framework/Kernel/src/Statistics.cpp
View file @
f2ea13d3
...
...
@@ -3,13 +3,8 @@
#include
<algorithm>
#include
<cfloat>
#include
<cmath>
#include
<iostream>
#include
<limits>
#include
<numeric>
#include
<sstream>
#include
<stdexcept>
#include
<functional>
namespace
Mantid
{
namespace
Kernel
{
...
...
Framework/Kernel/src/Strings.cpp
View file @
f2ea13d3
...
...
@@ -9,7 +9,6 @@
#include
<boost/shared_ptr.hpp>
#include
<boost/make_shared.hpp>
#include
<cmath>
#include
<fstream>
using
std
::
size_t
;
...
...
Prev
1
2
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