From 28ea45dbdd8ce496368af3bac556ba1dd2a1b40b Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 18 Dec 2015 15:45:54 +0100 Subject: [PATCH] Forgot to remove iostream --- src/window.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/window.cc b/src/window.cc index 6b796f1..acc4024 100644 --- a/src/window.cc +++ b/src/window.cc @@ -7,9 +7,6 @@ #include "dialogs.h" #include "filesystem.h" -#include //TODO: remove -using namespace std; //TODO: remove - namespace sigc { #ifndef SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE template