Skip to content

Commit 4862131

Browse files
committed
Remove onnx headers from MlResponse
1 parent ded230d commit 4862131

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tools/ML/MlResponse.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919

2020
#include "Tools/ML/model.h"
2121

22-
#if __has_include(<onnxruntime/core/session/onnxruntime_cxx_api.h>)
23-
#include <onnxruntime/core/session/experimental_onnxruntime_cxx_api.h>
24-
#else
25-
#include <onnxruntime_cxx_api.h>
26-
#endif
27-
2822
#include <CCDB/CcdbApi.h>
2923
#include <Framework/Array2D.h>
3024
#include <Framework/Logger.h>

0 commit comments

Comments
 (0)