summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-17 21:23:13 +0200
committerwm4 <wm4@nowhere>2013-06-18 02:19:15 +0200
commit171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d (patch)
tree2ffc923398c15c41aa33bd72c462c059acb87175 /stream
parent9bf93314268eb4cdbdae996cbd9f563cef8394ad (diff)
downloadmpv-171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d.tar.bz2
mpv-171d1ef7feb2bcdc5f9aed84b36adfc3ae576e5d.tar.xz
osdep: remove shmem wrapper
This is unused now that the cache is always threaded.
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 3281e50fe6..5e27e5827c 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -43,7 +43,6 @@
#include "core/bstr.h"
#include "core/mp_msg.h"
-#include "osdep/shmem.h"
#include "osdep/timer.h"
#include "network.h"
#include "stream.h"