From 42319b9d10bd17014de93dbd919bb6d01e545c80 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 10 Aug 2006 22:58:05 +0000 Subject: [PATCH] * dbus/dbus-macros.h: Revert the addition of stddef.h as we should not be adding it to library headers --- ChangeLog | 5 +++++ dbus/dbus-macros.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e47bf8..1ba4c55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-08-10 John (J5) Palmieri + * dbus/dbus-macros.h: Revert the addition of stddef.h + as we should not be adding it to library headers + +2006-08-10 John (J5) Palmieri + * dbus/dbus-signature.c: Fix the unit tests so that they work if assertions are not enabled. (patch from Julio M. Merino Vidal ) diff --git a/dbus/dbus-macros.h b/dbus/dbus-macros.h index 4454da3..abcb12a 100644 --- a/dbus/dbus-macros.h +++ b/dbus/dbus-macros.h @@ -24,8 +24,6 @@ #error "Only can be included directly, this file may disappear or change contents." #endif -#include - #ifndef DBUS_MACROS_H #define DBUS_MACROS_H -- 2.7.4