From 9f6f9f1121d4575be9781c539c8dad4c653eda1d Mon Sep 17 00:00:00 2001
From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
Date: Mon, 25 Feb 2019 15:02:28 +0100
Subject: [PATCH] Removed some unnecessary include statements.

It turns out that Ttypes.h is not actually needed by the forward detector reconstruction
packages, those includes were just added by error a long time ago. Since Ttypes.h is now
missing in LCG_95, it was easiest to just remove these includes.
---
 .../AFP_LocReco/AFP_LocReco/AFP_SIDBasicKalman.h              | 3 +--
 .../ALFA_LocRec/ALFA_LocRec/ALFA_CenterGravity.h              | 4 +---
 .../ALFA_LocRec/ALFA_LocRec/ALFA_MDOverlap.h                  | 4 +---
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/ForwardDetectors/AFP/AFP_Reconstruction/AFP_LocReco/AFP_LocReco/AFP_SIDBasicKalman.h b/ForwardDetectors/AFP/AFP_Reconstruction/AFP_LocReco/AFP_LocReco/AFP_SIDBasicKalman.h
index aaedfc244a8..f707ddc8731 100644
--- a/ForwardDetectors/AFP/AFP_Reconstruction/AFP_LocReco/AFP_LocReco/AFP_SIDBasicKalman.h
+++ b/ForwardDetectors/AFP/AFP_Reconstruction/AFP_LocReco/AFP_LocReco/AFP_SIDBasicKalman.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef AFP_SIDBASICKALMAN_H
@@ -14,7 +14,6 @@
 #include "GaudiKernel/StatusCode.h"
 #include "AthenaKernel/getMessageSvc.h"
 
-#include "Ttypes.h"
 #include "TH2.h"
 #include "TFile.h"
 #include "TMath.h"
diff --git a/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_CenterGravity.h b/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_CenterGravity.h
index 0747ae7ddf9..d75ddde3b35 100644
--- a/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_CenterGravity.h
+++ b/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_CenterGravity.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef ALFA_CENTERGRAVITY_H
@@ -12,12 +12,10 @@
 #include "AthenaKernel/MsgStreamMember.h"
 #include "AthenaBaseComps/AthMsgStreamMacros.h"
 
-//#include "GaudiKernel/MsgStream.h"
 #include "GaudiKernel/StatusCode.h"
 
 #include "AthenaKernel/getMessageSvc.h"
 
-#include "Ttypes.h"
 #include "TH1.h"
 #include "TH2.h"
 
diff --git a/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_MDOverlap.h b/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_MDOverlap.h
index 94b32de3f4c..edb07b0a729 100644
--- a/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_MDOverlap.h
+++ b/ForwardDetectors/ALFA/ALFA_Reconstruction/ALFA_LocRec/ALFA_LocRec/ALFA_MDOverlap.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef ALFA_MDOVERLAP_H
@@ -12,12 +12,10 @@
 #include "AthenaKernel/MsgStreamMember.h"
 #include "AthenaBaseComps/AthMsgStreamMacros.h"
 
-//#include "GaudiKernel/MsgStream.h"
 #include "GaudiKernel/StatusCode.h"
 
 #include "AthenaKernel/getMessageSvc.h"
 
-#include "Ttypes.h"
 #include "TH1.h"
 #include "TH2.h"
 
-- 
GitLab