From f4d62eeb2e058e2c7b5de0eaa9599368d32b23d5 Mon Sep 17 00:00:00 2001 From: Yueqing Zhang Date: Thu, 5 Sep 2024 10:37:15 -0500 Subject: [PATCH] [VitisAI] remove unused header (#21890) ### Description Removed unused headers ### Motivation and Context This would cause compile error on machine that didn't install nlohmann. Co-authored-by: Yueqing Zhang --- onnxruntime/core/providers/vitisai/imp/global_api.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/onnxruntime/core/providers/vitisai/imp/global_api.cc b/onnxruntime/core/providers/vitisai/imp/global_api.cc index e5610f9464..6f8e153cd1 100644 --- a/onnxruntime/core/providers/vitisai/imp/global_api.cc +++ b/onnxruntime/core/providers/vitisai/imp/global_api.cc @@ -14,8 +14,6 @@ #include "core/framework/error_code_helper.h" #include "core/providers/shared/common.h" -#include - #include "vaip/dll_safe.h" #include "vaip/vaip_ort_api.h" #include "vaip/graph.h" @@ -30,8 +28,6 @@ #include "version_info.h" // version_info.hpp.in using namespace onnxruntime; -using json = nlohmann::json; - // The filename extension for a shared library is different per platform #ifdef _WIN32 #define LIBRARY_PREFIX