123456789101112131415161718 |
- $OpenBSD: patch-src_gq-stack_c,v 1.1 2012/03/29 12:43:21 ajacoutot Exp $
- #error "Only <glib.h> can be included directly."
- --- src/gq-stack.c.orig Wed Jan 9 17:35:12 2008
- +++ src/gq-stack.c Thu Mar 29 14:00:06 2012
- @@ -23,9 +23,7 @@
-
- #include "gq-stack.h"
-
- -#include <glib/gmem.h>
- -#include <glib/gmessages.h>
- -#include <glib/glist.h>
- +#include <glib.h>
-
- #undef DEBUG_STACK
-
|