diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 17:19:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-09-14 17:19:11 +0300 |
commit | 234c960d7f685e68cf96a3b5fe0692bd4dc4bdc1 (patch) | |
tree | 9ccbfd62e5a43c8f78bf5adace42c515d151604c | |
parent | add missing copyright headers (diff) | |
download | winapi-debug-234c960d7f685e68cf96a3b5fe0692bd4dc4bdc1.tar.gz winapi-debug-234c960d7f685e68cf96a3b5fe0692bd4dc4bdc1.zip |
clean up includes
-rw-r--r-- | test/unit_tests/call_stack.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 <boost/optional.hpp> #include <boost/test/unit_test.hpp> -#include <algorithm> -#include <sstream> #include <string> +#include <system_error> #include <vector> BOOST_FIXTURE_TEST_SUITE(call_stack_tests, CurrentProcess) |