]> git.alsa-project.org Git - alsa-lib.git/commitdiff
pcm: drop unused sys/shm.h inclusion
authorMike Frysinger <vapier@chromium.org>
Tue, 27 Oct 2015 21:28:03 +0000 (17:28 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Nov 2015 13:37:10 +0000 (14:37 +0100)
This header isn't used in these files, so stop trying to include it.
This helps builds on systems that don't provide the header (such as
Android/Bionic).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm.c
src/pcm/pcm_generic.c
src/pcm/pcm_hw.c
src/pcm/pcm_null.c
src/pcm/pcm_plugin.c
src/pcm/pcm_share.c

index f5fc728518d828433c6061a120c81ce4f2975d0c..cbbc55ae6ec969810b37d63f7c18c8afc1a90025 100644 (file)
@@ -635,7 +635,6 @@ playback devices.
 #include <signal.h>
 #include <ctype.h>
 #include <sys/poll.h>
-#include <sys/shm.h>
 #include <sys/mman.h>
 #include <limits.h>
 #include "pcm_local.h"
index 9b605911f868762cb57ae1ac00885841963040d3..4dbef08cc2c78cf889e421e1391057de56edaa9f 100644 (file)
@@ -26,7 +26,6 @@
  *
  */
 
-#include <sys/shm.h>
 #include <sys/ioctl.h>
 #include <limits.h>
 #include "pcm_local.h"
index 232b19736db9b699335e9b883773bec5694b2a97..66aec5c615eda0756020c9ff319fdfc016b8a89c 100644 (file)
@@ -36,7 +36,6 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
-#include <sys/shm.h>
 #include "pcm_local.h"
 #include "../control/control_local.h"
 #include "../timer/timer_local.h"
index 05298200ac0a26ea1cf3aef2ef86a8fa6f0e4423..5e63caaeec53f4c673d986c167d8f4a1356c0955 100644 (file)
@@ -28,7 +28,6 @@
   
 #include <byteswap.h>
 #include <limits.h>
-#include <sys/shm.h>
 #include "pcm_local.h"
 #include "pcm_plugin.h"
 
index c19e2f17a730c8912c9fecbb5e4d2a63359eb6b9..d007e8c8bd4ab2245c6d413616d94b2ac7dffc45 100644 (file)
@@ -82,7 +82,6 @@ pcm.rate44100Hz {
 
 */
   
-#include <sys/shm.h>
 #include <limits.h>
 #include "pcm_local.h"
 #include "pcm_plugin.h"
index 4b68f1f00fe34df1d535f528db07aed74d25c042..5d8aaf215f220b70da62348839a9baabdf0a1f6f 100644 (file)
@@ -35,7 +35,6 @@
 #include <math.h>
 #include <sys/socket.h>
 #include <sys/poll.h>
-#include <sys/shm.h>
 #include <pthread.h>
 #include "pcm_local.h"