From fddbc09c4a9125fcb168fb31ff300d4132919ea6 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 27 Jan 2005 23:39:26 +0000 Subject: 2005-01-27 Havoc Pennington * dbus/dbus-message.c: byteswap the message if you init an iterator to read/write from it * dbus/dbus-marshal-byteswap.c: new file implementing _dbus_marshal_byteswap() * dbus/dbus-marshal-basic.c: add _dbus_swap_array() --- dbus/dbus-marshal-validate.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dbus/dbus-marshal-validate.h') diff --git a/dbus/dbus-marshal-validate.h b/dbus/dbus-marshal-validate.h index 195f46da..94b77989 100644 --- a/dbus/dbus-marshal-validate.h +++ b/dbus/dbus-marshal-validate.h @@ -25,7 +25,6 @@ #define DBUS_MARSHAL_VALIDATE_H #include -#include #ifndef PACKAGE #error "config.h not included here" -- cgit