remove unuse include

This commit is contained in:
colin 2020-10-13 20:04:26 +08:00
parent e3ad2a5982
commit f74023467a
2 changed files with 3 additions and 3 deletions

View File

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

View File

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