From 16048b0e271601878642124dfd6aa61a19f174ef Mon Sep 17 00:00:00 2001 From: Guillaume Bittoun Date: Wed, 15 Oct 2014 20:29:06 +0000 Subject: [PATCH] forgotten diff --- src/t/algorithm/avl_tree.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/t/algorithm/avl_tree.cpp b/src/t/algorithm/avl_tree.cpp index 3f9140b9..90713f26 100644 --- a/src/t/algorithm/avl_tree.cpp +++ b/src/t/algorithm/avl_tree.cpp @@ -12,8 +12,6 @@ #include -#include - #include namespace lol