[Libreoffice-commits] core.git: avmedia/source

Tor Lillqvist tml at collabora.com
Sat Oct 12 12:02:48 PDT 2013


 avmedia/source/vlc/vlcplayer.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit e6ab992c6fee2e84da7a7a25b1a0a0df9b4c629b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Oct 12 22:02:25 2013 +0300

    Bin apparently unneeded #include
    
    Change-Id: I808cd69035a1f4a90a0f09d2a8dc117bc81b5c62

diff --git a/avmedia/source/vlc/vlcplayer.hxx b/avmedia/source/vlc/vlcplayer.hxx
index 94c9751..d7c5e3e 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>


More information about the Libreoffice-commits mailing list