From 35d1fa44b93c5ed6ea041faf4c8d305336b9dfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Sun, 6 Sep 2026 16:39:43 +0200 Subject: [PATCH] Fix includes --- PWGEM/Dilepton/TableProducer/filterEoI.cxx | 2 -- PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx | 1 - PWGEM/Dilepton/Tasks/testPV.cxx | 2 ++ PWGEM/PhotonMeson/Tasks/pcmQC.cxx | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/PWGEM/Dilepton/TableProducer/filterEoI.cxx b/PWGEM/Dilepton/TableProducer/filterEoI.cxx index 7664c491a48..62700d62dff 100644 --- a/PWGEM/Dilepton/TableProducer/filterEoI.cxx +++ b/PWGEM/Dilepton/TableProducer/filterEoI.cxx @@ -19,7 +19,6 @@ #include "Common/Core/TableHelper.h" -#include #include #include #include @@ -29,7 +28,6 @@ #include #include -#include #include #include diff --git a/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx b/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx index 27ad0708be0..75c52e0aaef 100644 --- a/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx +++ b/PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx @@ -48,7 +48,6 @@ #include #include #include -#include #include #include #include diff --git a/PWGEM/Dilepton/Tasks/testPV.cxx b/PWGEM/Dilepton/Tasks/testPV.cxx index a525a2ef5fd..7c7057c3681 100644 --- a/PWGEM/Dilepton/Tasks/testPV.cxx +++ b/PWGEM/Dilepton/Tasks/testPV.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include #include @@ -28,6 +29,7 @@ #include +#include #include struct testPV { diff --git a/PWGEM/PhotonMeson/Tasks/pcmQC.cxx b/PWGEM/PhotonMeson/Tasks/pcmQC.cxx index 63b1425bff0..17c5e908189 100644 --- a/PWGEM/PhotonMeson/Tasks/pcmQC.cxx +++ b/PWGEM/PhotonMeson/Tasks/pcmQC.cxx @@ -73,7 +73,6 @@ #include #include #include -#include #include using namespace o2;