From bb2fb8dbd18dc68f2dfda345bec0c66d4364a1fa Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de> Date: Thu, 22 Feb 2024 19:50:47 +0000 Subject: [PATCH] Remove 'pragma once' in cxx-file. --- algo/ca/core/data/CaTimesliceHeader.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/algo/ca/core/data/CaTimesliceHeader.cxx b/algo/ca/core/data/CaTimesliceHeader.cxx index f0e5433051..b16d4b396f 100644 --- a/algo/ca/core/data/CaTimesliceHeader.cxx +++ b/algo/ca/core/data/CaTimesliceHeader.cxx @@ -7,8 +7,6 @@ /// \since 15.02.2024 /// \author Sergei Zharko <s.zharko@gsi.de> -#pragma once - #include "CaTimesliceHeader.h" #include <sstream> -- GitLab