Browse Source

Removed iostream and std namespace from dialogs.cc.

merge-requests/365/head
eidheim 10 years ago
parent
commit
5347673461
  1. 3
      src/dialogs.cc

3
src/dialogs.cc

@ -3,9 +3,6 @@
#include "singletons.h" #include "singletons.h"
#include <cmath> #include <cmath>
#include <iostream>
using namespace std;
namespace sigc { namespace sigc {
#ifndef SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE #ifndef SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE
template <typename Functor> template <typename Functor>

Loading…
Cancel
Save