Skip to content

Commit 9b1c42b

Browse files
committed
remove include
1 parent 403e0af commit 9b1c42b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/library_checker_aizu_tests/trees/lca_all_methods_aizu.test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#define PROBLEM \
22
"https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=GRL_5_C"
33
#include "../template.hpp"
4-
#include "../../../library/monotonic_stack/monotonic_stack.hpp"
54
#include "../../../library/trees/tree_lift.hpp"
65
#include "../../../library/trees/linear_lca.hpp"
76
#include "../../../library/trees/lca_rmq.hpp"

tests/library_checker_aizu_tests/trees/lca_all_methods_lib_checker.test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#define PROBLEM "https://judge.yosupo.jp/problem/lca"
22
#include "../template.hpp"
3-
#include "../../../library/monotonic_stack/monotonic_stack.hpp"
43
#include "../../../library/trees/tree_lift.hpp"
54
#include "../../../library/trees/linear_lca.hpp"
65
#include "../../../library/trees/lca_rmq.hpp"

0 commit comments

Comments
 (0)