Skip to content

Commit

Permalink
* Remove spurious includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Jan 8, 2016
1 parent dfca8aa commit c036a77
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Geometry/HGCalCommonData/test/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
<use name="Geometry/Records"/>
<use name="DetectorDescription/Core"/>
<use name="DataFormats/ForwardDetId"/>
<use name="CoralBase"/>
<flags EDM_PLUGIN="1"/>
<library file="HGCGeometryTester.cc" name="testHGCGeometry"> </library>
<library file="HGCalNumberingTester.cc" name="testHGCalNumbering"> </library>
<library file="FastTimeNumberingTester.cc" name="testFastTimeNumbering"> </library>
<library file="HGCalParametersAnalyzer.cc" name="HGCalParametersAnalyzer">
<use name="CondFormats/GeometryObjects"/>
<use name="Geometry/Records"/>
<flags EDM_PLUGIN="1"/>
</library>
2 changes: 0 additions & 2 deletions Geometry/HGCalCommonData/test/FastTimeNumberingTester.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
#include "Geometry/HGCalCommonData/interface/FastTimeDDDConstants.h"
#include "DataFormats/ForwardDetId/interface/FastTimeDetId.h"

#include "CoralBase/Exception.h"

class FastTimeNumberingTester : public edm::one::EDAnalyzer<>
{
public:
Expand Down
2 changes: 0 additions & 2 deletions Geometry/HGCalCommonData/test/HGCGeometryTester.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
#include "DetectorDescription/Core/interface/DDSolid.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"

#include "CoralBase/Exception.h"

class HGCGeometryTester : public edm::one::EDAnalyzer<> {
public:
explicit HGCGeometryTester( const edm::ParameterSet& );
Expand Down
3 changes: 0 additions & 3 deletions Geometry/HGCalCommonData/test/HGCalNumberingTester.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
#include "Geometry/Records/interface/IdealGeometryRecord.h"
#include "Geometry/HGCalCommonData/interface/HGCalDDDConstants.h"

#include "CLHEP/Units/GlobalSystemOfUnits.h"
#include "CoralBase/Exception.h"

class HGCalNumberingTester : public edm::one::EDAnalyzer<> {
public:
explicit HGCalNumberingTester( const edm::ParameterSet& );
Expand Down

0 comments on commit c036a77

Please sign in to comment.