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/unix.h | |
parent | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff) |
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/unix.h')
-rw-r--r-- | audio/unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/unix.h b/audio/unix.h index 83e2518a..7f42688c 100644 --- a/audio/unix.h +++ b/audio/unix.h @@ -21,8 +21,6 @@ * */ -#include "ipc.h" - int unix_init(void); void unix_exit(void); |