aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/onnx/onnx_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/onnx/onnx_wrapper.h')
-rw-r--r--eval/src/vespa/eval/onnx/onnx_wrapper.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/eval/src/vespa/eval/onnx/onnx_wrapper.h b/eval/src/vespa/eval/onnx/onnx_wrapper.h
index 31421019e3c..205256079da 100644
--- a/eval/src/vespa/eval/onnx/onnx_wrapper.h
+++ b/eval/src/vespa/eval/onnx/onnx_wrapper.h
@@ -1,12 +1,8 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#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>