remove unuse include
This commit is contained in:
parent
e3ad2a5982
commit
f74023467a
|
@ -17,8 +17,8 @@
|
|||
#include <type_traits>
|
||||
// Using backported variant.
|
||||
// bstd = backported standard library.
|
||||
#include <mpark/variant.hpp>
|
||||
namespace bstd = mpark;
|
||||
// #include <mpark/variant.hpp>
|
||||
// namespace bstd = mpark;
|
||||
|
||||
#include "src/Interface/ResultTypeInferenceOpInterface.hpp"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "onnx/onnx_pb.h"
|
||||
#include <third_party/onnx/onnx/onnx_pb.h>
|
||||
// #include <third_party/onnx/onnx/onnx_pb.h>
|
||||
|
||||
#include "PyExecutionSession.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue