Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geometry packages: cleanup use of GCC11Compatibility.h #29120

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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