Browse Source

Removed include debug.h from window.cc

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

3
src/window.cc

@ -6,9 +6,6 @@
//#include "api.h" //#include "api.h"
#include "dialogs.h" #include "dialogs.h"
#include "filesystem.h" #include "filesystem.h"
#ifdef JUCI_ENABLE_DEBUG
#include "debug.h"
#endif
namespace sigc { namespace sigc {
#ifndef SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE #ifndef SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE

Loading…
Cancel
Save