summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-12 22:02:25 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-12 22:02:25 +0300
commite6ab992c6fee2e84da7a7a25b1a0a0df9b4c629b (patch)
tree7f9c67ade55aaad87bdc3bc3e962759fe1f3257b /avmedia
parent4446ee5ae039e30b82365014be408354838a9ae8 (diff)
Bin apparently unneeded #include
Change-Id: I808cd69035a1f4a90a0f09d2a8dc117bc81b5c62
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/vlc/vlcplayer.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/avmedia/source/vlc/vlcplayer.hxx b/avmedia/source/vlc/vlcplayer.hxx
index 94c9751599ac..d7c5e3e1c312 100644
--- a/avmedia/source/vlc/vlcplayer.hxx
+++ b/avmedia/source/vlc/vlcplayer.hxx
@@ -19,9 +19,7 @@
#ifndef _VLCPLAYER_HXX
#define _VLCPLAYER_HXX
-#if defined UNX
-#include <unistd.h>
-#endif
+
#include "vlccommon.hxx"
#include <boost/shared_ptr.hpp>
#include <cppuhelper/compbase2.hxx>