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