summaryrefslogtreecommitdiff
path: root/glib/glibmm/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/glibmm/debug.h')
-rw-r--r--glib/glibmm/debug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/glib/glibmm/debug.h b/glib/glibmm/debug.h
index 556b16f8..9096d315 100644
--- a/glib/glibmm/debug.h
+++ b/glib/glibmm/debug.h
@@ -21,15 +21,13 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <glib/gmacros.h>
+#include <glib.h>
#include <glibmmconfig.h>
// Some stuff that's useful when debugging gtkmm internals:
#ifdef GLIBMM_DEBUG_REFCOUNTING
-#include <glib/gmessages.h>
-
/* We can't use G_GNUC_PRETTY_FUNCTION because it's always disabled in C++,
* even though __PRETTY_FUNCTION__ works fine in C++ as well if you use it
* right (i.e. concatenation with string literals isn't allowed).