Skip to content

Commit 519bc7e

Browse files
committed
Move Register.h to /include
1 parent 5e86223 commit 519bc7e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
///
1414
/// \author Pascal Boeschoten ([email protected])
1515

16-
#ifndef ALICEO2_SRC_READOUTCARD_REGISTER_H_
17-
#define ALICEO2_SRC_READOUTCARD_REGISTER_H_
16+
#ifndef ALICEO2_INCLUDE_READOUTCARD_REGISTER_H_
17+
#define ALICEO2_INCLUDE_READOUTCARD_REGISTER_H_
1818

1919
#include <cstdint>
2020
#include <cstddef>
@@ -61,4 +61,4 @@ struct IntervalRegister {
6161
} // namespace roc
6262
} // namespace AliceO2
6363

64-
#endif // ALICEO2_SRC_READOUTCARD_REGISTER_H_
64+
#endif // ALICEO2_INCLUDE_READOUTCARD_REGISTER_H_

src/Cru/Constants.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#define ALICEO2_READOUTCARD_CRU_CONSTANTS_H_
1919

2020
#include "ReadoutCard/Cru.h"
21-
#include "Register.h"
2221

2322
namespace AliceO2
2423
{

src/Sca/Sca.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "Sca.h"
1717
#include <chrono>
1818
#include <vector>
19-
#include "Register.h"
19+
#include "ReadoutCard/Register.h"
2020
#include "Utilities/Util.h"
2121

2222
// TODO Sort out magic numbers

0 commit comments

Comments
 (0)