Skip to content

Commit

Permalink
remove unused includes in GDML
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Jun 3, 2020
1 parent 2e586a3 commit 1f21854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions geom/gdml/src/TGDMLParse.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ When most solids or volumes are added to the geometry they
#include "TGeoXtru.h"
#include "TGeoScaledShape.h"
#include "TGeoTessellated.h"
#include "TROOT.h"
#include "TMath.h"
#include "TMap.h"
#include "TObjString.h"
Expand All @@ -114,7 +113,7 @@ When most solids or volumes are added to the geometry they
#include "TGeoOpticalSurface.h"
#include "TGeoSystemOfUnits.h"

#include <stdlib.h>
#include <cstdlib>
#include <string>
#include <sstream>
#include <locale>
Expand Down
5 changes: 2 additions & 3 deletions geom/gdml/src/TGDMLWrite.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,14 @@ See that function for details.
#include "TGeoEltu.h"
#include "TGeoXtru.h"
#include "TGeoScaledShape.h"
#include "TROOT.h"
#include "TMath.h"
#include "TGeoBoolNode.h"
#include "TGeoMedium.h"
#include "TGeoElement.h"
#include "TGeoShape.h"
#include "TGeoCompositeShape.h"
#include "TGeoOpticalSurface.h"
#include <stdlib.h>
#include <cstdlib>
#include <string>
#include <map>
#include <set>
Expand All @@ -167,7 +166,7 @@ See that function for details.

ClassImp(TGDMLWrite);

TGDMLWrite *TGDMLWrite::fgGDMLWrite = 0;
TGDMLWrite *TGDMLWrite::fgGDMLWrite = nullptr;

namespace {
struct MaterialExtractor {
Expand Down

0 comments on commit 1f21854

Please sign in to comment.