Skip to content

Commit

Permalink
Re #4158. Fixing the builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Nov 18, 2011
1 parent 9c752ec commit 3695bd1
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/IFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//----------------------------------------------------------------------
#include "MantidAPI/DllConfig.h"
#include "MantidAPI/FunctionDomain.h"
#include "MantidAPI/Jacobian.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/Exception.h"
#include <boost/shared_ptr.hpp>
Expand All @@ -25,7 +26,6 @@ namespace API
// Forward declaration
//----------------------------------------------------------------------
class Workspace;
class Jacobian;
class ParameterTie;
class IConstraint;
class ParameterReference;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/BackToBackExponential.h"
#include "MantidAPI/Jacobian.h"
#include <gsl/gsl_sf_erf.h>
#include <gsl/gsl_multifit_nlin.h>

Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/BivariateNormal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "MantidCurveFitting/BoundaryConstraint.h"
#include "MantidKernel/PhysicalConstants.h"
#include "MantidAPI/ParameterTie.h"
#include "MantidAPI/Jacobian.h"
#include "MantidKernel/System.h"
#include <boost/shared_ptr.hpp>
#include <fstream>
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/Chebyshev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/Chebyshev.h"
#include "MantidAPI/Jacobian.h"
#include <boost/lexical_cast.hpp>

#include <stdexcept>
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/ExpDecay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/ExpDecay.h"
#include "MantidAPI/Jacobian.h"
#include <cmath>

namespace Mantid
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/Fit1D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/Fit1D.h"
#include "MantidAPI/Jacobian.h"
#include <sstream>
#include <numeric>
#include <cmath>
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/Gaussian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/Gaussian.h"
#include "MantidAPI/Jacobian.h"
#include <cmath>

namespace Mantid
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/Gaussian1D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/Gaussian1D.h"
#include "MantidAPI/Jacobian.h"
//#include "MantidAlgorithms/MaskBins.h"

//#include "MantidAPI/WorkspaceValidators.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/GaussianLinearBG1D.h"
#include "MantidAPI/Jacobian.h"

namespace Mantid
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/LinearBackground.h"
#include "MantidAPI/Jacobian.h"

namespace Mantid
{
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/Lorentzian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/Lorentzian.h"
#include "MantidAPI/Jacobian.h"
#include <cmath>

namespace Mantid
Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/Lorentzian1D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/Lorentzian1D.h"
#include "MantidAPI/Jacobian.h"
#include <gsl/gsl_sf_erf.h>
#include <gsl/gsl_multifit_nlin.h>

Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/Quadratic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/Quadratic.h"
#include "MantidAPI/Jacobian.h"

namespace Mantid
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "MantidAPI/Jacobian.h"
#include "MantidCurveFitting/QuadraticBackground.h"
#include "MantidKernel/System.h"

Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/UserFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Includes
//----------------------------------------------------------------------
#include "MantidCurveFitting/UserFunction.h"
#include "MantidAPI/Jacobian.h"
#include <boost/tokenizer.hpp>
#include "MantidGeometry/muParser_Silent.h"

Expand Down
1 change: 0 additions & 1 deletion Code/Mantid/Framework/CurveFitting/src/UserFunction1D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ In this example the fitting function is a*exp(-(x-c)^2*s). The parameter ''s'' i
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include "MantidAPI/Jacobian.h"
#include "MantidCurveFitting/UserFunction1D.h"
#include "MantidKernel/UnitFactory.h"
#include <boost/tokenizer.hpp>
Expand Down

0 comments on commit 3695bd1

Please sign in to comment.