Skip to content

Commit

Permalink
Clean build files and delete unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
camolezi committed Jun 16, 2020
1 parent 442ae07 commit 377854d
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions Alignment/CommonAlignment/BuildFile.xml
Expand Up @@ -11,5 +11,4 @@
<use name="Geometry/CommonDetUnit"/>
<use name="Geometry/CommonTopologies"/>
<use name="Geometry/TrackerGeometryBuilder"/>
<use name="clhep"/>
<use name="boost_serialization"/>
<use name="clhep"/>
1 change: 0 additions & 1 deletion Alignment/LaserAlignment/plugins/BuildFile.xml
Expand Up @@ -21,7 +21,6 @@
<use name="Alignment/LaserAlignment"/>
<use name="Alignment/TrackerAlignment"/>
<use name="CommonTools/UtilAlgos"/>
<use name="boost"/>
<use name="CLHEP"/>
<use name="rootcore"/>
<flags EDM_PLUGIN="1"/>
Expand Down
1 change: 0 additions & 1 deletion Alignment/LaserAlignmentSimulation/plugins/BuildFile.xml
@@ -1,7 +1,6 @@
<use name="FWCore/ParameterSet"/>
<use name="FWCore/MessageLogger"/>
<use name="clhep"/>
<use name="boost"/>
<library file="LaserAlignmentSimulation.cc" name="LaserAlignmentSimulationPlugins">
<use name="Alignment/LaserAlignmentSimulation"/>
<use name="SimG4Core/Notification"/>
Expand Down
1 change: 0 additions & 1 deletion Alignment/LaserAlignmentSimulation/test/BuildFile.xml
@@ -1,4 +1,3 @@
<use name="boost"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/MessageLogger"/>
Expand Down
1 change: 0 additions & 1 deletion Alignment/LaserDQM/plugins/BuildFile.xml
@@ -1,5 +1,4 @@
<library name="LaserDQMPlugins" file="LaserDQM.cc,LaserDQMInitMonitors.cc,LaserDQMStatistics.cc">
<use name="boost"/>
<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/MessageLogger"/>
Expand Down
1 change: 0 additions & 1 deletion Alignment/OfflineValidation/plugins/BuildFile.xml
Expand Up @@ -47,7 +47,6 @@
<use name="rootmath"/>
<use name="rootrflx"/>
<use name="rootcore"/>
<use name="boost"/>
<library file="*.cc" name="AlignmentOfflinevalidationPlugins">
<use name="Alignment/OfflineValidation"/>
<use name="CondFormats/GeometryObjects"/>
Expand Down
Expand Up @@ -16,7 +16,6 @@
#include "FWCore/Framework/interface/Event.h"

#include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
#include "boost/mpl/vector.hpp"
#include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h"
#include "Geometry/CommonDetUnit/interface/GlobalTrackingGeometry.h"
#include "Geometry/CommonDetUnit/interface/GeomDet.h"
Expand Down
1 change: 0 additions & 1 deletion Alignment/SurveyAnalysis/test/TestConverter.cpp
Expand Up @@ -27,7 +27,6 @@
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "CondFormats/Alignment/interface/Alignments.h"
#include <boost/cstdint.hpp>
#include "CondFormats/Alignment/interface/AlignmentErrorsExtended.h"
#include "CLHEP/Vector/RotationInterfaces.h"
#include "CondFormats/AlignmentRecord/interface/TrackerAlignmentRcd.h"
Expand Down
1 change: 0 additions & 1 deletion Alignment/SurveyAnalysis/test/TestConverter2.cpp
Expand Up @@ -31,7 +31,6 @@
#include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"

#include "CondFormats/Alignment/interface/Alignments.h"
#include <boost/cstdint.hpp>
#include "CondFormats/Alignment/interface/AlignmentErrorsExtended.h"
#include "CLHEP/Vector/RotationInterfaces.h"
#include "CondFormats/AlignmentRecord/interface/TrackerAlignmentRcd.h"
Expand Down

0 comments on commit 377854d

Please sign in to comment.