We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ffeca commit daaff6cCopy full SHA for daaff6c
1 file changed
Framework/Core/include/Framework/BinningPolicy.h
@@ -14,13 +14,10 @@
14
15
#include "Framework/ASoA.h"
16
#include "Framework/HistogramSpec.h" // only for VARIABLE_WIDTH
17
-#include "Framework/Pack.h"
18
-#include <arrow/table.h>
19
-#include <array>
+#include <vector>
20
#include <cstddef>
21
-#include <cstdint>
22
#include <tuple>
23
-#include <vector>
+#include <cstdint>
24
25
namespace o2::framework
26
{
0 commit comments