From c1e8246ef3490dd02f35617716148e7b6580e9fd Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Sat, 25 Jan 2025 04:20:11 +0000 Subject: [PATCH] revert --- onnxruntime/core/framework/tensor_allocator.h | 2 +- onnxruntime/core/providers/webgpu/buffer_manager.h | 2 +- onnxruntime/core/providers/webgpu/compute_context.h | 2 +- onnxruntime/core/providers/webgpu/program_manager.h | 2 +- onnxruntime/core/providers/webgpu/shader_helper.h | 2 +- onnxruntime/core/providers/webgpu/webgpu_context.h | 2 +- onnxruntime/test/onnx/microbenchmark/batchnorm2.cc | 2 +- onnxruntime/test/onnx/microbenchmark/main.cc | 2 +- onnxruntime/test/onnx/microbenchmark/pooling.cc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/onnxruntime/core/framework/tensor_allocator.h b/onnxruntime/core/framework/tensor_allocator.h index a7ba6deab5da0..923320681e683 100644 --- a/onnxruntime/core/framework/tensor_allocator.h +++ b/onnxruntime/core/framework/tensor_allocator.h @@ -7,7 +7,7 @@ #include #include #include -#include "core/graph/onnx_protobuf.h" +#include #include #include #include "execution_plan_base.h" diff --git a/onnxruntime/core/providers/webgpu/buffer_manager.h b/onnxruntime/core/providers/webgpu/buffer_manager.h index a5bba53c6798b..20bee52835c02 100644 --- a/onnxruntime/core/providers/webgpu/buffer_manager.h +++ b/onnxruntime/core/providers/webgpu/buffer_manager.h @@ -5,7 +5,7 @@ #include -#include "core/providers/webgpu/webgpu_external_header.h" +#include #include "core/framework/execution_provider.h" diff --git a/onnxruntime/core/providers/webgpu/compute_context.h b/onnxruntime/core/providers/webgpu/compute_context.h index 23fa10a0d5489..680e03aef0aa3 100644 --- a/onnxruntime/core/providers/webgpu/compute_context.h +++ b/onnxruntime/core/providers/webgpu/compute_context.h @@ -3,7 +3,7 @@ #pragma once -#include "core/providers/webgpu/webgpu_external_header.h" +#include #include diff --git a/onnxruntime/core/providers/webgpu/program_manager.h b/onnxruntime/core/providers/webgpu/program_manager.h index feeb703b95aa2..55721770014d2 100644 --- a/onnxruntime/core/providers/webgpu/program_manager.h +++ b/onnxruntime/core/providers/webgpu/program_manager.h @@ -6,7 +6,7 @@ #include #include -#include "core/providers/webgpu/webgpu_external_header.h" +#include #include "core/common/common.h" diff --git a/onnxruntime/core/providers/webgpu/shader_helper.h b/onnxruntime/core/providers/webgpu/shader_helper.h index 64b4c054f93d4..dac08f3bd9368 100644 --- a/onnxruntime/core/providers/webgpu/shader_helper.h +++ b/onnxruntime/core/providers/webgpu/shader_helper.h @@ -5,7 +5,7 @@ #include -#include "core/providers/webgpu/webgpu_external_header.h" +#include #include "core/framework/tensor_shape.h" diff --git a/onnxruntime/core/providers/webgpu/webgpu_context.h b/onnxruntime/core/providers/webgpu/webgpu_context.h index 1a752a93a7116..80c8c64ce72b6 100644 --- a/onnxruntime/core/providers/webgpu/webgpu_context.h +++ b/onnxruntime/core/providers/webgpu/webgpu_context.h @@ -6,7 +6,7 @@ #include #include -#include "core/providers/webgpu/webgpu_external_header.h" +#include #include "core/common/common.h" #include "core/framework/library_handles.h" diff --git a/onnxruntime/test/onnx/microbenchmark/batchnorm2.cc b/onnxruntime/test/onnx/microbenchmark/batchnorm2.cc index a8a2f09dfda5a..ed1dc808871ec 100644 --- a/onnxruntime/test/onnx/microbenchmark/batchnorm2.cc +++ b/onnxruntime/test/onnx/microbenchmark/batchnorm2.cc @@ -1,5 +1,5 @@ -#include "core/graph/onnx_protobuf.h" +#include #include #include #include "core/platform/threadpool.h" diff --git a/onnxruntime/test/onnx/microbenchmark/main.cc b/onnxruntime/test/onnx/microbenchmark/main.cc index 2c0955c4debee..70faa6f11989d 100644 --- a/onnxruntime/test/onnx/microbenchmark/main.cc +++ b/onnxruntime/test/onnx/microbenchmark/main.cc @@ -2,7 +2,7 @@ // Licensed under the MIT License. #include -#include "core/graph/onnx_protobuf.h" +#include #include #include #include diff --git a/onnxruntime/test/onnx/microbenchmark/pooling.cc b/onnxruntime/test/onnx/microbenchmark/pooling.cc index 59d7bfa5723f8..bf3194576d804 100644 --- a/onnxruntime/test/onnx/microbenchmark/pooling.cc +++ b/onnxruntime/test/onnx/microbenchmark/pooling.cc @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -#include "core/graph/onnx_protobuf.h" +#include #include #include #include