Skip to content

Commit

Permalink
Merge pull request #29120 from gartung/gartung-gcc11compatibility-cle…
Browse files Browse the repository at this point in the history
…anup-geometry

Geometry packages: cleanup use of GCC11Compatibility.h
  • Loading branch information
cmsbuild authored Mar 9, 2020
2 parents a3a8b76 + dbf9167 commit 6eb30ce
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Geometry/CaloGeometry/interface/CaloGeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include <memory>
#include <vector>

#include "FWCore/Utilities/interface/GCC11Compatibility.h"

class CaloSubdetectorGeometry;
class CaloCellGeometry;

Expand Down
2 changes: 0 additions & 2 deletions Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include "Geometry/CaloGeometry/interface/CaloCellGeometry.h"
#include "DataFormats/Math/interface/deltaR.h"

#include "FWCore/Utilities/interface/GCC11Compatibility.h"

/** \class CaloSubdetectorGeometry
Base class for a geometry container for a specific calorimetry subdetector.
Expand Down
2 changes: 0 additions & 2 deletions Geometry/CaloTopology/interface/CaloSubdetectorTopology.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include <vector>

#include "FWCore/Utilities/interface/GCC11Compatibility.h"

/** \class CaloSubdetectorTopology
$Revision: 1.7 $
Expand Down
1 change: 0 additions & 1 deletion Geometry/CommonTopologies/interface/GeomDetEnumerators.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef _COMMONDETUNIT_GEOMDETENUMERATORS_H_
#define _COMMONDETUNIT_GEOMDETENUMERATORS_H_

#include "FWCore/Utilities/interface/GCC11Compatibility.h"
#include <iosfwd>

/** Global enumerators for Det types.
Expand Down
2 changes: 0 additions & 2 deletions Geometry/CommonTopologies/interface/Topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class GeomDetType;
* Concrete implementations should overwrite this where appropiate.
*/

#include "FWCore/Utilities/interface/GCC11Compatibility.h"

class Topology {
public:
typedef Basic2DVector<double> Vector2D;
Expand Down

0 comments on commit 6eb30ce

Please sign in to comment.