openbsd-ports/graphics/dia/patches/patch-tests_test-objects_c
2012-04-27 09:59:05 +00:00

21 lines
625 B
Plaintext

$OpenBSD: patch-tests_test-objects_c,v 1.2 2012/04/27 09:59:05 ajacoutot Exp $
From f4c743e2ef079bfe288d37d9056a8827c684d01e Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Thu, 01 Dec 2011 21:08:12 +0000
Subject: Bug 665335: Only #include <glib.h>: the other headers are implicit
--- tests/test-objects.c.orig Sat Nov 7 15:28:35 2009
+++ tests/test-objects.c Wed Mar 21 20:59:52 2012
@@ -28,10 +28,6 @@
#include <glib.h>
#include <glib-object.h>
-#if GLIB_CHECK_VERSION(2,16,0)
-#include <glib/gtestutils.h>
-#endif
-
#include "object.h"
#include "plug-ins.h"
#include "dialib.h"