This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch sequal in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 032352b4ef5e3cf2a16e53949dc089405a811421 Author: tqchen <[email protected]> AuthorDate: Thu Jul 17 10:30:28 2025 -0400 initial stab on access path --- ffi/tests/cpp/test_reflection.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ffi/tests/cpp/test_reflection.cc b/ffi/tests/cpp/test_reflection.cc index fd01365043..3f6b5def01 100644 --- a/ffi/tests/cpp/test_reflection.cc +++ b/ffi/tests/cpp/test_reflection.cc @@ -23,7 +23,6 @@ #include <tvm/ffi/reflection/accessor.h> #include <tvm/ffi/reflection/registry.h> #include <tvm/ffi/string.h> -#include <tvm/ffi/reflection/access_path.h> #include "./testing_object.h"
