]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* dbus/dbus-macros.h: Revert the addition of stddef.h
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 10 Aug 2006 22:58:05 +0000 (22:58 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 10 Aug 2006 22:58:05 +0000 (22:58 +0000)
  as we should not be adding it to library headers

ChangeLog
dbus/dbus-macros.h

index 2e47bf8b2f8dbe90e3cb199b800c142f5cc85e63..1ba4c55b7bb4224539c094ad720413a2538fa799 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
+
+       * 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  <johnp@redhat.com>
 
        * dbus/dbus-signature.c:
index 4454da3aee5badc94cbedfda7c04607799799036..abcb12a33fcb2b3d56fbb92024e7474f34255214 100644 (file)
@@ -24,8 +24,6 @@
 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
 #endif
 
-#include <stddef.h>
-
 #ifndef DBUS_MACROS_H
 #define DBUS_MACROS_H