Skip to content

Commit 1592850

Browse files
committed
Move ChannelSpecHelpers.h to Framework/inlude
1 parent 5fdc5e8 commit 1592850

8 files changed

Lines changed: 7 additions & 7 deletions

File tree

File renamed without changes.

Framework/Core/src/ChannelSpecHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11-
#include "ChannelSpecHelpers.h"
11+
#include "Framework/ChannelSpecHelpers.h"
1212
#include "Framework/RuntimeError.h"
1313
#include <fmt/format.h>
1414
#include <ostream>

Framework/Core/src/CommonDataProcessors.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "Framework/TableTreeHelpers.h"
3636
#include "Framework/StringHelpers.h"
3737
#include "Framework/ChannelSpec.h"
38-
#include "ChannelSpecHelpers.h"
38+
#include "Framework/ChannelSpecHelpers.h"
3939
#include "Framework/ExternalFairMQDeviceProxy.h"
4040
#include "Framework/RuntimeError.h"
4141
#include <Monitoring/Monitoring.h>

Framework/Core/src/DDSConfigHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111
#include "DDSConfigHelpers.h"
12-
#include "ChannelSpecHelpers.h"
12+
#include "Framework/ChannelSpecHelpers.h"
1313
#include "WorkflowSerializationHelpers.h"
1414
#include <map>
1515
#include <iostream>

Framework/Core/src/DeviceSpecHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111
#include "DeviceSpecHelpers.h"
12-
#include "ChannelSpecHelpers.h"
12+
#include "Framework/ChannelSpecHelpers.h"
1313
#include <wordexp.h>
1414
#include <algorithm>
1515
#include <boost/program_options.hpp>

Framework/Core/src/O2ControlHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111
#include "O2ControlHelpers.h"
1212
#include "Framework/O2ControlLabels.h"
13-
#include "ChannelSpecHelpers.h"
13+
#include "Framework/ChannelSpecHelpers.h"
1414
#include "Framework/Logger.h"
1515

1616
#include <iostream>

Framework/Core/test/test_ChannelSpecHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define BOOST_TEST_DYN_LINK
1515

1616
#include <boost/test/unit_test.hpp>
17-
#include "../src/ChannelSpecHelpers.h"
17+
#include "Framework/ChannelSpecHelpers.h"
1818

1919
using namespace o2::framework;
2020

Framework/Core/test/test_DeviceSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include "Mocking.h"
1616
#include <boost/test/unit_test.hpp>
17-
#include "../src/ChannelSpecHelpers.h"
17+
#include "Framework/ChannelSpecHelpers.h"
1818
#include "../src/DeviceSpecHelpers.h"
1919
#include "../src/GraphvizHelpers.h"
2020
#include "../src/WorkflowHelpers.h"

0 commit comments

Comments
 (0)