Skip to content
Snippets Groups Projects
Commit b702676d authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'master-ATLASRECTS-5797-SCT' into 'master'

Remove duplicated includes. Sort includes in alphabetical order. (ATLASRECTS-5797)

See merge request atlas/athena!38567
parents 7f3053cf c55518fd
No related branches found
No related tags found
No related merge requests found
...@@ -7,57 +7,58 @@ ...@@ -7,57 +7,58 @@
// //
#include "SCT_GeoModel/SCT_DetectorFactory.h" #include "SCT_GeoModel/SCT_DetectorFactory.h"
#include "SCT_GeoModel/SCT_DataBase.h" #include "AthenaPoolUtilities/CondAttrListCollection.h"
#include "SCT_GeoModel/SCT_Identifier.h"
#include "SCT_GeoModel/SCT_GeometryManager.h"
#include "SCT_GeoModel/SCT_MaterialManager.h"
#include "SCT_GeoModel/SCT_GeneralParameters.h"
#include "InDetReadoutGeometry/Version.h"
#include "InDetReadoutGeometry/SiCommonItems.h"
#include "InDetReadoutGeometry/InDetDD_Defs.h"
#include "SCT_ReadoutGeometry/SCT_ModuleSideDesign.h"
#include "SCT_GeoModel/SCT_Barrel.h" #include "DetDescrConditions/AlignableTransformContainer.h"
#include "SCT_GeoModel/SCT_Forward.h"
#include "SCT_GeoModel/SCT_DataBase.h"
#include "SCT_GeoModel/SCT_GeoModelAthenaComps.h"
// //
// GeoModel include files: // GeoModel include files:
// //
#include "GeoModelKernel/GeoMaterial.h" #include "GeoModelInterfaces/IGeoDbTagSvc.h"
#include "GeoModelKernel/GeoTube.h" #include "GeoModelInterfaces/StoredMaterialManager.h"
#include "GeoModelKernel/GeoLogVol.h" #include "GeoModelKernel/GeoAlignableTransform.h"
#include "GeoModelKernel/GeoNameTag.h" #include "GeoModelKernel/GeoDefinitions.h"
#include "GeoModelKernel/GeoIdentifierTag.h" #include "GeoModelKernel/GeoIdentifierTag.h"
#include "GeoModelKernel/GeoPhysVol.h" #include "GeoModelKernel/GeoLogVol.h"
#include "GeoModelKernel/GeoVPhysVol.h" #include "GeoModelKernel/GeoMaterial.h"
#include "GeoModelKernel/GeoTransform.h" #include "GeoModelKernel/GeoNameTag.h"
#include "GeoModelKernel/GeoAlignableTransform.h" #include "GeoModelKernel/GeoPhysVol.h"
#include "GeoModelKernel/GeoShape.h" #include "GeoModelKernel/GeoShape.h"
#include "GeoModelKernel/GeoShapeUnion.h"
#include "GeoModelKernel/GeoShapeShift.h" #include "GeoModelKernel/GeoShapeShift.h"
#include "GeoModelInterfaces/StoredMaterialManager.h" #include "GeoModelKernel/GeoShapeUnion.h"
#include "GeoModelInterfaces/IGeoDbTagSvc.h" #include "GeoModelKernel/GeoTransform.h"
#include "GeoModelKernel/GeoTube.h"
#include "GeoModelKernel/GeoVPhysVol.h"
#include "GeoModelUtilities/DecodeVersionKey.h" #include "GeoModelUtilities/DecodeVersionKey.h"
#include "InDetReadoutGeometry/InDetDD_Defs.h"
#include "InDetReadoutGeometry/SiCommonItems.h"
#include "InDetReadoutGeometry/Version.h"
#include "RDBAccessSvc/IRDBAccessSvc.h" #include "RDBAccessSvc/IRDBAccessSvc.h"
#include "RDBAccessSvc/IRDBRecordset.h"
#include "RDBAccessSvc/IRDBRecord.h" #include "RDBAccessSvc/IRDBRecord.h"
#include "AthenaPoolUtilities/CondAttrListCollection.h" #include "RDBAccessSvc/IRDBRecordset.h"
#include "DetDescrConditions/AlignableTransformContainer.h"
#
#include "StoreGate/StoreGateSvc.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GeoModelKernel/GeoDefinitions.h" #include "SCT_GeoModel/SCT_Barrel.h"
#include "GaudiKernel/SystemOfUnits.h" #include "SCT_GeoModel/SCT_DataBase.h"
#include "SCT_GeoModel/SCT_Forward.h"
#include "SCT_GeoModel/SCT_GeneralParameters.h"
#include "SCT_GeoModel/SCT_GeometryManager.h"
#include "SCT_GeoModel/SCT_GeoModelAthenaComps.h"
#include "SCT_GeoModel/SCT_Identifier.h"
#include "SCT_GeoModel/SCT_MaterialManager.h"
#include "SCT_ReadoutGeometry/SCT_ModuleSideDesign.h"
#include "StoreGate/StoreGateSvc.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/SystemOfUnits.h"
#include <iostream> #include <iomanip>
#include <iomanip> #include <iostream>
#include <string> #include <string>
using InDetDD::SCT_DetectorManager; using InDetDD::SCT_DetectorManager;
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
#define TRKSPACEPOINT_SCTSPACEPOINT_H #define TRKSPACEPOINT_SCTSPACEPOINT_H
#include "TrkSpacePoint/SpacePoint.h" #include "TrkSpacePoint/SpacePoint.h"
#include "Identifier/IdentifierHash.h" #include "Identifier/IdentifierHash.h"
#include "TrkSpacePoint/SpacePoint.h"
namespace Trk namespace Trk
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment