### 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:
Yueqing Zhang 2024-09-05 10:37:15 -05:00 коммит произвёл GitHub
Родитель 840f896c5f
Коммит f4d62eeb2e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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