From 534767346135c4f53c3ca3676ce37f8aaee33e92 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 18 Nov 2015 20:15:59 +0100 Subject: [PATCH] Removed iostream and std namespace from dialogs.cc. --- src/dialogs.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dialogs.cc b/src/dialogs.cc index 5e32036..afcd1e0 100644 --- a/src/dialogs.cc +++ b/src/dialogs.cc @@ -3,9 +3,6 @@ #include "singletons.h" #include -#include -using namespace std; - namespace sigc { #ifndef SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE template