From c2833e263d6cfc4cf82f4bfdcc59640a4071aeae Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 13 Aug 2007 08:14:22 +0000 Subject: Remove ifndef protections and includes from .h files --- audio/error.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio/error.h') diff --git a/audio/error.h b/audio/error.h index de4e8982..712ee20d 100644 --- a/audio/error.h +++ b/audio/error.h @@ -21,8 +21,6 @@ * */ -#include "dbus.h" - DBusHandlerResult err_invalid_args(DBusConnection *conn, DBusMessage *msg, const char *descr); DBusHandlerResult err_already_connected(DBusConnection *conn, DBusMessage *msg); -- cgit