From 12f05355d3da530114f529d4001a8ca3a22c2746 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Fri, 5 Jul 2019 21:23:13 +0200 Subject: [PATCH] ProgOptions: Fix minor things --- fairmq/ProgOptionsFwd.h | 2 +- fairmq/PropertyOutput.h | 4 +--- test/properties/_properties.cxx | 5 ++--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/fairmq/ProgOptionsFwd.h b/fairmq/ProgOptionsFwd.h index 0d74cb4d..daea799a 100644 --- a/fairmq/ProgOptionsFwd.h +++ b/fairmq/ProgOptionsFwd.h @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2014-2018 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * diff --git a/fairmq/PropertyOutput.h b/fairmq/PropertyOutput.h index ce23eaa4..37b5076b 100644 --- a/fairmq/PropertyOutput.h +++ b/fairmq/PropertyOutput.h @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2014-2018 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * @@ -10,8 +10,6 @@ #include -#include - namespace boost { diff --git a/test/properties/_properties.cxx b/test/properties/_properties.cxx index 0f5ad5af..063320f3 100644 --- a/test/properties/_properties.cxx +++ b/test/properties/_properties.cxx @@ -1,16 +1,15 @@ /******************************************************************************** - * Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * * copied verbatim in the file "LICENSE" * ********************************************************************************/ -#include #include +#include #include - #include #include