Browse Source

Forgot to remove iostream

merge-requests/365/head
eidheim 10 years ago
parent
commit
28ea45dbdd
  1. 3
      src/window.cc

3
src/window.cc

@ -7,9 +7,6 @@
#include "dialogs.h"
#include "filesystem.h"
#include <iostream> //TODO: remove
using namespace std; //TODO: remove
namespace sigc {
#ifndef SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE
template <typename Functor>

Loading…
Cancel
Save