Skip to content

Commit

Permalink
Merge pull request #29608 from smuzaffar/buildfile-cleanup
Browse files Browse the repository at this point in the history
BuildFile cleanup: removed unnecessary dependencies
  • Loading branch information
cmsbuild committed May 1, 2020
2 parents 30ddd9a + b46953d commit f5f29a3
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 13 deletions.
Expand Up @@ -11,8 +11,7 @@ ________________________________________________________________**/
#include <string>
// CMS
#include "DataFormats/SiPixelCluster/interface/SiPixelCluster.h"
#include "DataFormats/TrackerRecHit2D/interface/SiPixelRecHitCollection.h"

#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/Luminosity/interface/PixelClusterCountsInEvent.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Expand Down
3 changes: 1 addition & 2 deletions Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCProducer.cc
Expand Up @@ -11,9 +11,8 @@ ________________________________________________________________**/
#include <string>
// CMS
#include "DataFormats/SiPixelCluster/interface/SiPixelCluster.h"
#include "DataFormats/TrackerRecHit2D/interface/SiPixelRecHitCollection.h"
#include "DataFormats/Luminosity/interface/PixelClusterCounts.h"

#include "DataFormats/DetId/interface/DetId.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
Expand Down
1 change: 0 additions & 1 deletion CondFormats/EcalObjects/BuildFile.xml
@@ -1,7 +1,6 @@
<use name="FWCore/Utilities"/>
<use name="CondFormats/Common"/>
<use name="CondFormats/Serialization"/>
<use name="CondFormats/Alignment"/>
<use name="DataFormats/StdDictionaries"/>
<use name="DataFormats/EcalDetId"/>
<use name="DataFormats/Math"/>
Expand Down
1 change: 1 addition & 0 deletions CondTools/Ecal/BuildFile.xml
@@ -1,5 +1,6 @@
<use name="CondCore/DBOutputService"/>
<use name="CondCore/PopCon"/>
<use name="CondFormats/Alignment"/>
<use name="CondFormats/DataRecord"/>
<use name="CondFormats/EcalObjects"/>
<use name="CondFormats/ESObjects"/>
Expand Down
1 change: 0 additions & 1 deletion DataFormats/L1TMuon/BuildFile.xml
Expand Up @@ -4,7 +4,6 @@

<use name="DataFormats/CSCDigi"/>
<use name="DataFormats/L1DTTrackFinder"/>
<use name="DataFormats/RPCDigi"/>
<use name="DataFormats/GEMDigi"/>
<use name="DataFormats/MuonDetId"/>
<use name="DataFormats/L1CSCTrackFinder"/>
Expand Down
1 change: 0 additions & 1 deletion DataFormats/L1TMuon/interface/EMTFHit.h
Expand Up @@ -13,7 +13,6 @@
#include "DataFormats/MuonDetId/interface/GEMDetId.h"
#include "DataFormats/MuonDetId/interface/ME0DetId.h"
#include "DataFormats/CSCDigi/interface/CSCCorrelatedLCTDigi.h"
#include "DataFormats/RPCDigi/interface/RPCDigi.h"
#include "DataFormats/GEMDigi/interface/GEMPadDigi.h"
#include "DataFormats/GEMDigi/interface/ME0PadDigi.h"
#include "DataFormats/L1TMuon/interface/CPPFDigi.h"
Expand Down
3 changes: 1 addition & 2 deletions DataFormats/Luminosity/BuildFile.xml
@@ -1,7 +1,6 @@

<use name="DataFormats/Math"/>
<use name="DataFormats/Common"/>
<use name="FWCore/Utilities"/>
<use name="DataFormats/PatCandidates"/>
<export>
<lib name="1"/>
</export>
Expand Up @@ -5,7 +5,7 @@
<use name="DataFormats/L1TMuon"/>
<use name="CondFormats/L1TObjects"/>
<use name="CondFormats/DataRecord"/>

<use name="DataFormats/RPCDigi"/>

<export>
<lib name="1"/>
Expand Down
1 change: 0 additions & 1 deletion SimDataFormats/PileupSummaryInfo/BuildFile.xml
@@ -1,7 +1,6 @@
<use name="DataFormats/Math"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/Provenance"/>
<use name="SimDataFormats/GeneratorProducts"/>
<use name="hepmc"/>
<export>
<lib name="1"/>
Expand Down
Expand Up @@ -19,8 +19,6 @@ Usage: purely descriptive
#include <vector>
#include <string>
#include <iostream>
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "DataFormats/Math/interface/LorentzVector.h"

class PileupVertexContent {
Expand Down

0 comments on commit f5f29a3

Please sign in to comment.