openbsd-ports/net/xchat/patches/patch-src_common_xchat_h
2012-03-23 13:28:25 +00:00

19 lines
495 B
Plaintext

$OpenBSD: patch-src_common_xchat_h,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
error: #error "Only <glib.h> can be included directly."
--- src/common/xchat.h.orig Tue Mar 20 09:36:59 2012
+++ src/common/xchat.h Tue Mar 20 09:37:13 2012
@@ -1,10 +1,6 @@
#include "../../config.h"
-#include <glib/gslist.h>
-#include <glib/glist.h>
-#include <glib/gutils.h>
-#include <glib/giochannel.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
#include <time.h> /* need time_t */
#ifndef XCHAT_H