[vlc-commits] blend: remove unused include
    Tristan Matthews 
    git at videolan.org
       
    Mon May  4 16:15:15 CEST 2015
    
    
  
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Mon May  4 10:11:08 2015 -0400| [57597366b46d6b844e4baa5990e489cc080e4f94] | committer: Tristan Matthews
blend: remove unused include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57597366b46d6b844e4baa5990e489cc080e4f94
---
 modules/video_filter/blend.cpp |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/video_filter/blend.cpp b/modules/video_filter/blend.cpp
index b9b3a97..0da5a0e 100644
--- a/modules/video_filter/blend.cpp
+++ b/modules/video_filter/blend.cpp
@@ -28,7 +28,6 @@
 # include "config.h"
 #endif
 
-#include <assert.h>
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_filter.h>
    
    
More information about the vlc-commits
mailing list