[vlmc-devel] [PATCH 3/3] removed redundant include

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Mar 24 13:24:50 CET 2016


On 03/18/2016 10:01 AM, Sanket Markan wrote:
> ---
>   src/Backend/VLC/LibVLCpp/VLCInstance.cpp | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/src/Backend/VLC/LibVLCpp/VLCInstance.cpp b/src/Backend/VLC/LibVLCpp/VLCInstance.cpp
> index bb484b3..ecf3b95 100644
> --- a/src/Backend/VLC/LibVLCpp/VLCInstance.cpp
> +++ b/src/Backend/VLC/LibVLCpp/VLCInstance.cpp
> @@ -21,7 +21,6 @@
>    *****************************************************************************/
>
>   #include "VLCInstance.h"
> -#include "vlc/vlc.h"
>
>   #include <cstdio>
>   #include <cassert>
>
Hi,

This was correct but doesn't apply now that we are using libvlcpp

Thanks anyway!
Regards,


More information about the Vlmc-devel mailing list