feat: Deprecate non-namespaced headers

For more details see https://github.com/FairRootGroup/FairMQ/discussions/423
This commit is contained in:
Dennis Klein
2022-03-22 13:45:41 +01:00
parent c81b03ff29
commit 18f50871ef
10 changed files with 16 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (C) 2012-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* Copyright (C) 2012-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* *
* This software is distributed under the terms of the *
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -9,11 +9,9 @@
#ifndef FAIRMQDEVICE_H_
#define FAIRMQDEVICE_H_
#if 0
#ifndef FAIR_MQ_DEVICE_H
#pragma GCC warning "Deprecated header: Use <fairmq/Device.h> instead"
#endif
#endif
#include <fairmq/Device.h>