Skip to content
Snippets Groups Projects
Commit 920a0621 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

rm empty lines and comments from some Core sources' includes blocks

parent 62259a14
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 25 deletions
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "FormFactorDecoratorRotation.h" #include "FormFactorDecoratorRotation.h"
#include "BornAgainNamespace.h" #include "BornAgainNamespace.h"
#include <memory> #include <memory>
FormFactorDecoratorRotation::FormFactorDecoratorRotation( FormFactorDecoratorRotation::FormFactorDecoratorRotation(
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define FORMFACTORFULLSPHEROID_H #define FORMFACTORFULLSPHEROID_H
#include "IFormFactorBorn.h" #include "IFormFactorBorn.h"
#include <memory> #include <memory>
// Forward declaration to prevent IntegratorComplex.h to be parsed for Python API: // Forward declaration to prevent IntegratorComplex.h to be parsed for Python API:
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define FORMFACTORHEMIELLIPSOID_H #define FORMFACTORHEMIELLIPSOID_H
#include "IFormFactorBorn.h" #include "IFormFactorBorn.h"
#include <memory> #include <memory>
// Forward declaration to prevent IntegratorComplex.h to be parsed for Python API: // Forward declaration to prevent IntegratorComplex.h to be parsed for Python API:
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define FORMFACTORLONGRIPPLE1GAUSS_H #define FORMFACTORLONGRIPPLE1GAUSS_H
#include "IFormFactorBorn.h" #include "IFormFactorBorn.h"
#include <memory> #include <memory>
// Forward declaration to prevent IntegratorComplex.h to be parsed for Python API: // Forward declaration to prevent IntegratorComplex.h to be parsed for Python API:
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define FORMFACTORLONGRIPPLE1LORENTZ_H #define FORMFACTORLONGRIPPLE1LORENTZ_H
#include "IFormFactorBorn.h" #include "IFormFactorBorn.h"
#include <memory> #include <memory>
// Forward declaration to prevent IntegratorComplex.h to be parsed for Python API: // Forward declaration to prevent IntegratorComplex.h to be parsed for Python API:
......
...@@ -18,11 +18,9 @@ ...@@ -18,11 +18,9 @@
//! "Form factor (Fourier shape transform) of polygon and polyhedron." //! "Form factor (Fourier shape transform) of polygon and polyhedron."
#include <iomanip> #include <iomanip>
#include "Precomputed.h" #include "Precomputed.h"
#include "MathFunctions.h" #include "MathFunctions.h"
#include "BornAgainNamespace.h" #include "BornAgainNamespace.h"
#include "FormFactorPolyhedron.h" #include "FormFactorPolyhedron.h"
static const complex_t I(0.,1.); static const complex_t I(0.,1.);
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define FORMFACTORRIPPLE1_H #define FORMFACTORRIPPLE1_H
#include "IFormFactorBorn.h" #include "IFormFactorBorn.h"
#include <memory> #include <memory>
// Forward declaration to prevent IntegratorComplex.h to be parsed for Python API: // Forward declaration to prevent IntegratorComplex.h to be parsed for Python API:
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#ifndef FORMFACTORSPHERELOGNORMALRADIUS_H #ifndef FORMFACTORSPHERELOGNORMALRADIUS_H
#define FORMFACTORSPHERELOGNORMALRADIUS_H #define FORMFACTORSPHERELOGNORMALRADIUS_H
#include "SafePointerVector.h" #include "SafePointerVector.h"
#include "FormFactorFullSphere.h" #include "FormFactorFullSphere.h"
class DistributionLogNormal; class DistributionLogNormal;
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define FORMFACTORTRUNCATEDSPHERE_H #define FORMFACTORTRUNCATEDSPHERE_H
#include "IFormFactorBorn.h" #include "IFormFactorBorn.h"
#include <memory> #include <memory>
// Forward declaration to prevent IntegratorComplex.h to be parsed for Python API: // Forward declaration to prevent IntegratorComplex.h to be parsed for Python API:
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define FORMFACTORTRUNCATEDSPHEROID_H #define FORMFACTORTRUNCATEDSPHEROID_H
#include "IFormFactorBorn.h" #include "IFormFactorBorn.h"
#include <memory> #include <memory>
// Forward declaration to prevent IntegratorComplex.h to be parsed for Python API: // Forward declaration to prevent IntegratorComplex.h to be parsed for Python API:
......
...@@ -18,11 +18,6 @@ ...@@ -18,11 +18,6 @@
#include "Numeric.h" #include "Numeric.h"
#include "Vectors3D.h" #include "Vectors3D.h"
//! @class Bin1D
//! @ingroup tools_internal
//! @brief One dimensional bin with left and right bounds.
#include <iostream> #include <iostream>
struct BA_CORE_API_ Bin1D struct BA_CORE_API_ Bin1D
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// ************************************************************************** // // ************************************************************************** //
#include "IParameterized.h" #include "IParameterized.h"
#include <sstream> #include <sstream>
#include <memory> #include <memory>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// ************************************************************************** // // ************************************************************************** //
#include "MathFunctions.h" #include "MathFunctions.h"
#include <cstring> #include <cstring>
#include <fftw3.h> #include <fftw3.h>
#include <gsl/gsl_sf_erf.h> #include <gsl/gsl_sf_erf.h>
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "Complex.h" #include "Complex.h"
#include "Units.h" #include "Units.h"
#include "Numeric.h" #include "Numeric.h"
#include <vector> #include <vector>
//! Various mathematical functions. //! Various mathematical functions.
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "MessageService.h" #include "MessageService.h"
#include "Exceptions.h" #include "Exceptions.h"
//#include <sys/time.h>
#include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp>
std::vector<std::string> MSG::Logger::m_level_names = std::vector<std::string> MSG::Logger::m_level_names =
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include "Python.h" #include "Python.h"
#include <vector> #include <vector>
namespace Utils namespace Utils
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// ************************************************************************** // // ************************************************************************** //
#include "OutputDataFunctions.h" #include "OutputDataFunctions.h"
#include <fftw3.h> #include <fftw3.h>
void toFftw3Array(complex_t *source, size_t length, fftw_complex *destination); void toFftw3Array(complex_t *source, size_t length, fftw_complex *destination);
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// ************************************************************************** // // ************************************************************************** //
#include "ParameterDistribution.h" #include "ParameterDistribution.h"
#include "Distributions.h" #include "Distributions.h"
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "ParameterSample.h" #include "ParameterSample.h"
#include "IParameterized.h" #include "IParameterized.h"
#include <memory> #include <memory>
class IDistribution1D; class IDistribution1D;
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
// ************************************************************************** // // ************************************************************************** //
#include "Utils.h" #include "Utils.h"
#include <boost/regex.hpp> #include <boost/regex.hpp>
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment