[VitisAI] remove unused header (#21890)
### Description <!-- Describe your changes. --> Removed unused headers ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> This would cause compile error on machine that didn't install nlohmann. Co-authored-by: Yueqing Zhang <yueqingz@amd.com>
This commit is contained in:
Родитель
840f896c5f
Коммит
f4d62eeb2e
|
@ -14,8 +14,6 @@
|
|||
#include "core/framework/error_code_helper.h"
|
||||
#include "core/providers/shared/common.h"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#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
|
||||
|
|
Загрузка…
Ссылка в новой задаче