We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8616240 commit b92d987Copy full SHA for b92d987
Framework/Core/test/test_TableBuilder.cxx
@@ -11,17 +11,13 @@
11
12
#include <catch_amalgamated.hpp>
13
14
-#include "Framework/Logger.h"
15
#include "Framework/TableBuilder.h"
16
-#include "Framework/TableConsumer.h"
17
-#include "Framework/DataAllocator.h"
18
-#include "Framework/OutputRoute.h"
+#include "Framework/Output.h"
19
#include <arrow/table.h>
20
#include <arrow/ipc/writer.h>
21
#include <arrow/io/memory.h>
22
23
#include <arrow/ipc/reader.h>
24
-#include "../src/ArrowDebugHelpers.h"
25
26
using namespace o2::framework;
27
0 commit comments