From 7a06df877d3861e5a352897b560fad4d7cc7cd3f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 16 Sep 2018 06:27:30 +0300 Subject: [PATCH] Revert changes to throw_test.cpp and dynamic_link_test.cpp --- test/dynamic_link_test.cpp | 1 - test/throw_test.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/dynamic_link_test.cpp b/test/dynamic_link_test.cpp index e49dea7..b4c4615 100644 --- a/test/dynamic_link_test.cpp +++ b/test/dynamic_link_test.cpp @@ -19,7 +19,6 @@ //--------------------------------------------------------------------------------------// #include -#include #include namespace boost diff --git a/test/throw_test.cpp b/test/throw_test.cpp index b04d3bf..c42f422 100644 --- a/test/throw_test.cpp +++ b/test/throw_test.cpp @@ -18,7 +18,6 @@ #define BOOST_SYSTEM_SOURCE #include -#include namespace boost {