From 234c960d7f685e68cf96a3b5fe0692bd4dc4bdc1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Sep 2020 17:19:11 +0300 Subject: clean up includes --- test/unit_tests/call_stack.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/unit_tests/call_stack.cpp b/test/unit_tests/call_stack.cpp index 531562e..4adef63 100644 --- a/test/unit_tests/call_stack.cpp +++ b/test/unit_tests/call_stack.cpp @@ -11,9 +11,8 @@ #include #include -#include -#include #include +#include #include BOOST_FIXTURE_TEST_SUITE(call_stack_tests, CurrentProcess) -- cgit v1.2.3