Skip to content

Commit

Permalink
Fix include file order.
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajandhyala committed Oct 22, 2023
1 parent f9679ce commit 18c5cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/providers/js/operators/conv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#pragma once

#include "core/providers/cpu/nn/conv_attributes.h"
#include "core/providers/js/js_kernel.h"
#include "core/providers/cpu/nn/conv_attributes.h"

namespace onnxruntime {
namespace js {
Expand Down

0 comments on commit 18c5cc5

Please sign in to comment.