Skip to content

Commit 03cf673

Browse files
committed
remove unneeeded include for lwtnnn benchmark
1 parent 93663e3 commit 03cf673

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

root/tmva/sofie/RDF_lwtnn_Inference.cxx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include "higgs_model_dense.hxx"
21
#include <iostream>
32
#include "TROOT.h"
43
#include "TSystem.h"
@@ -108,4 +107,4 @@ void BM_RDF_LWTNN_Inference(benchmark::State &state)
108107

109108

110109
BENCHMARK(BM_RDF_LWTNN_Inference)->Unit(benchmark::kMillisecond);
111-
BENCHMARK_MAIN();
110+
BENCHMARK_MAIN();

0 commit comments

Comments
 (0)