From e6ab992c6fee2e84da7a7a25b1a0a0df9b4c629b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 12 Oct 2013 22:02:25 +0300 Subject: Bin apparently unneeded #include Change-Id: I808cd69035a1f4a90a0f09d2a8dc117bc81b5c62 --- avmedia/source/vlc/vlcplayer.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'avmedia') 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 -#endif + #include "vlccommon.hxx" #include #include -- cgit