[vlc-commits] adjust: remove unnecessary header
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Aug 22 19:41:08 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 22 19:40:44 2011 +0200| [8c3bda62253336478a40aa2b873b773d7e0aa57d] | committer: Jean-Baptiste Kempf
adjust: remove unnecessary header
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c3bda62253336478a40aa2b873b773d7e0aa57d
---
 modules/video_filter/adjust.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/adjust.c b/modules/video_filter/adjust.c
index 1b2b503..0a0a9f6 100644
--- a/modules/video_filter/adjust.c
+++ b/modules/video_filter/adjust.c
@@ -35,7 +35,6 @@
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
-#include <vlc_sout.h>
 
 #include <vlc_filter.h>
 #include "filter_picture.h"
    
    
More information about the vlc-commits
mailing list