aboutsummaryrefslogtreecommitdiffstats
path: root/src/os_compat.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-04-12 04:17:46 +0000
committerEric Wong <normalperson@yhbt.net>2008-04-12 04:17:46 +0000
commit288a7087f6bf981b4aa424c9bcfe8e83db587398 (patch)
tree488fd184302f69d36b2af83ec3ce1ddad7e0fe0e /src/os_compat.h
parenteb5d51c98859b7c2c14dd7f7b9b9d83bd283f631 (diff)
downloadmpd-288a7087f6bf981b4aa424c9bcfe8e83db587398.tar.gz
mpd-288a7087f6bf981b4aa424c9bcfe8e83db587398.tar.xz
mpd-288a7087f6bf981b4aa424c9bcfe8e83db587398.zip
allocate playerData_pd from heap instead of shm
git-svn-id: https://svn.musicpd.org/mpd/trunk@7308 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/os_compat.h')
-rw-r--r--src/os_compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os_compat.h b/src/os_compat.h
index 97ab02a2a..bc7593eef 100644
--- a/src/os_compat.h
+++ b/src/os_compat.h
@@ -70,10 +70,6 @@
#include <stddef.h> /* needed? this defines NULL + offsetof() */
#include <resolv.h>
-/* remove when we switch to pthreads: */
-#include <sys/ipc.h>
-#include <sys/shm.h>
-
#ifdef HAVE_UN
#include <sys/un.h>
#endif