From 36aa2a3d1d259fabc0bb5c15521b151a33a89019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:50:06 +0200 Subject: [PATCH] Fix includes --- PWGEM/PhotonMeson/Core/V0PhotonCut.h | 1 - PWGEM/PhotonMeson/Utils/EMPhoton.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/PWGEM/PhotonMeson/Core/V0PhotonCut.h b/PWGEM/PhotonMeson/Core/V0PhotonCut.h index a6d64f8338b..741f72f8df9 100644 --- a/PWGEM/PhotonMeson/Core/V0PhotonCut.h +++ b/PWGEM/PhotonMeson/Core/V0PhotonCut.h @@ -29,7 +29,6 @@ #include #include -#include // IWYU pragma: keep #include #include diff --git a/PWGEM/PhotonMeson/Utils/EMPhoton.h b/PWGEM/PhotonMeson/Utils/EMPhoton.h index 74ffdd1a71d..cc50f02855e 100644 --- a/PWGEM/PhotonMeson/Utils/EMPhoton.h +++ b/PWGEM/PhotonMeson/Utils/EMPhoton.h @@ -15,11 +15,7 @@ #ifndef PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_ #define PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_ -#include // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h) -#include - #include -#include #include