summaryrefslogtreecommitdiff
path: root/tests/test_exception_catch.cc
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-04-18 17:56:25 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-04-18 17:56:25 +0200
commit981d8d5b1c49e9ef1c8411bc17b8aa76ef851c7e (patch)
treeb6d497d7445fc4471839522d5261be1542144dec /tests/test_exception_catch.cc
parentc4157298e17661a751cf902faba7bcf5d4bddfbd (diff)
downloadsigc++-981d8d5b1c49e9ef1c8411bc17b8aa76ef851c7e.tar.gz
tests: Remove unnecessary includes.
Found by Jetbrains CLion.
Diffstat (limited to 'tests/test_exception_catch.cc')
-rw-r--r--tests/test_exception_catch.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_exception_catch.cc b/tests/test_exception_catch.cc
index b9d1056..1a1b0be 100644
--- a/tests/test_exception_catch.cc
+++ b/tests/test_exception_catch.cc
@@ -4,9 +4,6 @@
#include "testutilities.h"
#include <sigc++/adaptors/exception_catch.h>
-#include <sstream>
-#include <stdexcept>
-#include <cstdlib>
namespace
{