Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Optimize math includes
  • Loading branch information
linev committed May 13, 2020
commit ab789d45656b0779e6bc93bbc6271dbadff7a38f
1 change: 1 addition & 0 deletions math/foam/src/TFoam.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ S. Jadach, Computer Physics Communications 152 (2003) 55.
#include "TFoamCell.h"
#include "Riostream.h"
#include "TH1.h"
#include "TRefArray.h"
#include "TObjArray.h"
#include "TMethodCall.h"
#include "TRandom.h"
Expand Down
1 change: 1 addition & 0 deletions math/fumili/src/TFumili.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function argument.
#include "TH1.h"
#include "TMath.h"
#include "TROOT.h"
#include "TList.h"
#include "TVirtualFitter.h"


Expand Down
1 change: 1 addition & 0 deletions math/mathcore/src/TStatistic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "TStatistic.h"

#include "TROOT.h"
#include "TList.h"

// clang-format off
/**
Expand Down
2 changes: 1 addition & 1 deletion math/mathmore/inc/Math/ChebyshevApprox.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#include "Math/GSLFunctionAdapter.h"

#include <memory>
#include <utility>
#include <cstddef>


Expand Down
1 change: 1 addition & 0 deletions math/minuit/src/TMinuit.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ into account the non-linearities much more precisely.
#include <stdio.h>

#include "TROOT.h"
#include "TList.h"
#include "TMinuit.h"
#include "TMath.h"
#include "TError.h"
Expand Down
1 change: 1 addition & 0 deletions math/minuit/src/TMinuitMinimizer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include "TMinuit.h"
#include "TROOT.h"
#include "TList.h"

#include "TGraph.h" // needed for scan
#include "TError.h"
Expand Down