control plugin: Move to subdirectory for consistency

This commit is contained in:
Dennis Klein 2021-03-24 11:48:53 +01:00 committed by Dennis Klein
parent b4aeb320e5
commit 47ec550792
4 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@ if(BUILD_FAIRMQ)
set(FAIRMQ_PRIVATE_HEADER_FILES
plugins/Builtin.h
plugins/config/Config.h
plugins/Control.h
plugins/control/Control.h
shmem/Message.h
shmem/Poller.h
shmem/UnmanagedRegion.h
@ -223,7 +223,7 @@ if(BUILD_FAIRMQ)
Properties.cxx
SuboptParser.cxx
plugins/config/Config.cxx
plugins/Control.cxx
plugins/control/Control.cxx
MemoryResources.cxx
shmem/Monitor.cxx
)

View File

@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* Copyright (C) 2017-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* *
* This software is distributed under the terms of the *
* GNU Lesser General Public Licence (LGPL) version 3, *
@ -9,4 +9,4 @@
// List of all builtin plugin headers (the ones which call REGISTER_FAIRMQ_PLUGIN macro)
#include <fairmq/plugins/config/Config.h>
#include <fairmq/plugins/Control.h>
#include <fairmq/plugins/control/Control.h>