Skip to content

Commit

Permalink
Merge pull request #37714 from makortel/unnecessaryIncludesAnalysis
Browse files Browse the repository at this point in the history
Remove (some) unnecessary framework includes from StringBasedNTupler
  • Loading branch information
cmsbuild committed Apr 28, 2022
2 parents 84a1e5a + fe1c16d commit de540dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PhysicsTools/UtilAlgos/interface/StringBasedNTupler.h
Expand Up @@ -3,8 +3,6 @@

#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/EDFilter.h"
#include "FWCore/Framework/interface/ProducesCollector.h"

#include "CommonTools/UtilAlgos/interface/TFileService.h"
Expand All @@ -31,7 +29,6 @@
#include <sstream>

#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDFilter.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
Expand Down

0 comments on commit de540dc

Please sign in to comment.