mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
[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:
parent
840f896c5f
commit
f4d62eeb2e
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue