From a53d0b43a1cc721c419abbf6d85fb32a9b4a0612 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 9 May 2018 22:55:54 -0700 Subject: [PATCH] Remove unnecessary include --- test/helpers/tree_helpers.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/helpers/tree_helpers.cc b/test/helpers/tree_helpers.cc index 553f8b49..9a86b364 100644 --- a/test/helpers/tree_helpers.cc +++ b/test/helpers/tree_helpers.cc @@ -1,7 +1,6 @@ #include "test_helper.h" #include "helpers/tree_helpers.h" #include "helpers/point_helpers.h" -#include "runtime/document.h" #include using std::string;