File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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_
Original file line number Diff line number Diff line change 1818#define ALICEO2_READOUTCARD_CRU_CONSTANTS_H_
1919
2020#include " ReadoutCard/Cru.h"
21- #include " Register.h"
2221
2322namespace AliceO2
2423{
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments