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/unix.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/unix.c') diff --git a/audio/unix.c b/audio/unix.c index 8a65df8e..d977633c 100644 --- a/audio/unix.c +++ b/audio/unix.c @@ -33,13 +33,16 @@ #include #include +#include +#include +#include #include #include "logging.h" #include "dbus.h" +#include "ipc.h" #include "device.h" #include "manager.h" -#include "ipc.h" #include "unix.h" struct unix_client { -- cgit