diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
commit | c2833e263d6cfc4cf82f4bfdcc59640a4071aeae (patch) | |
tree | 86396cb615ddf12634758f78297c88cc13394f8b /audio/error.h | |
parent | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff) |
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/error.h')
-rw-r--r-- | audio/error.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |