summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_null.c
diff options
context:
space:
mode:
authorSean McNeil <sean.mcneil@windriver.com>2010-07-07 09:03:47 +0700
committerSean McNeil <sean.mcneil@windriver.com>2010-07-07 09:03:47 +0700
commit24def9277c1bf4ed5c19b73ed3e76d761f992ddb (patch)
tree318a23909eb4c3ed28cb5c93aa5f2a632fd7c24c /src/pcm/pcm_null.c
parent17cdbdf342c647cb1f37c3509810c8076b878b62 (diff)
downloadalsa-lib-24def9277c1bf4ed5c19b73ed3e76d761f992ddb.tar.gz
Remove shared memory access.froyo
Somehow these changes didn't get committed. Change-Id: Ida7b706de56d95c8fb22d2708711a4d68c41ddaa
Diffstat (limited to 'src/pcm/pcm_null.c')
-rw-r--r--src/pcm/pcm_null.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm/pcm_null.c b/src/pcm/pcm_null.c
index 692254a..2f2a42f 100644
--- a/src/pcm/pcm_null.c
+++ b/src/pcm/pcm_null.c
@@ -28,7 +28,6 @@
#include <byteswap.h>
#include <limits.h>
-#include <sys/shm.h>
#include "pcm_local.h"
#include "pcm_plugin.h"