summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2023-10-15 22:09:56 +0200
committerTor Egge <Tor.Egge@yahooinc.com>2023-10-15 22:09:56 +0200
commite042ee9b3b61e6be6a4a54e907643c54a4a10976 (patch)
treeaf82d1ef8df32bf7f9e9cb1cf349c950711be1e9 /eval
parent90c59bfc313263a238c464b21221d1ede8bf997a (diff)
Simplify include of onnxruntime header file.
Diffstat (limited to 'eval')
-rw-r--r--eval/src/vespa/eval/onnx/onnx_wrapper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/eval/src/vespa/eval/onnx/onnx_wrapper.h b/eval/src/vespa/eval/onnx/onnx_wrapper.h
index 651461a45e6..205256079da 100644
--- a/eval/src/vespa/eval/onnx/onnx_wrapper.h
+++ b/eval/src/vespa/eval/onnx/onnx_wrapper.h
@@ -2,11 +2,7 @@
#pragma once
-#ifdef __APPLE__
-#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
-#else
#include <onnxruntime/onnxruntime_cxx_api.h>
-#endif
#include <vespa/vespalib/stllike/string.h>
#include <vespa/eval/eval/value_type.h>
#include <vespa/eval/eval/value.h>