FairMQ/fairmq/ProgOptionsFwd.h
Dennis Klein d76de7c0ea feat!: Remove non-namespaced headers and typenames
The removed headers and typenames were deprecated in v1.5.0.

See https://github.com/FairRootGroup/FairMQ/discussions/423 for more details.

BREAKING CHANGE
2023-04-21 14:53:11 +02:00

17 lines
724 B
C++

/********************************************************************************
* Copyright (C) 2019-2023 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" *
********************************************************************************/
#ifndef FAIR_MQ_PROGOPTIONSFWD_H
#define FAIR_MQ_PROGOPTIONSFWD_H
namespace fair::mq {
class ProgOptions;
}
#endif /* FAIR_MQ_PROGOPTIONSFWD_H */