Skip to content

Commit

Permalink
forgotten local include
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Oct 2, 2021
1 parent 3ace84f commit b1f6c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondTools/SiPixel/plugins/SiPixelVCalReader.h
Expand Up @@ -14,6 +14,7 @@
#include <iomanip> // std::setw
#include <iostream>
#include <sys/time.h>
#include "SiPixelVCalDB.h"
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/SiPixelDetId/interface/PixelSubdetector.h"
#include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
Expand All @@ -25,7 +26,6 @@
#include "CondFormats/DataRecord/interface/SiPixelVCalRcd.h"
#include "CondFormats/DataRecord/interface/SiPixelVCalSimRcd.h"
#include "CondFormats/SiPixelObjects/interface/SiPixelVCal.h"
#include "CondTools/SiPixel/plugins/SiPixelVCalDB.h"

class SiPixelVCalReader : public edm::one::EDAnalyzer<edm::one::SharedResources> {
public:
Expand Down

0 comments on commit b1f6c56

Please sign in to comment.