mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
27 lines
1.1 KiB
C
27 lines
1.1 KiB
C
/********************************************************************************
|
|
* Copyright (C) 2017-2022 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_TOOLS_H
|
|
#define FAIR_MQ_TOOLS_H
|
|
|
|
// IWYU pragma: begin_exports
|
|
#include <fairmq/tools/Compiler.h>
|
|
#include <fairmq/tools/CppSTL.h>
|
|
#include <fairmq/tools/Exceptions.h>
|
|
#include <fairmq/tools/InstanceLimit.h>
|
|
#include <fairmq/tools/Network.h>
|
|
#include <fairmq/tools/Process.h>
|
|
#include <fairmq/tools/RateLimit.h>
|
|
#include <fairmq/tools/Semaphore.h>
|
|
#include <fairmq/tools/Strings.h>
|
|
#include <fairmq/tools/Unique.h>
|
|
#include <fairmq/tools/Version.h>
|
|
// IWYU pragma: end_exports
|
|
|
|
#endif // FAIR_MQ_TOOLS_H
|