[vlc-commits] [Git][videolan/vlc][master] upnp: remove duplicate include

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Oct 1 06:36:59 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f9111b4e by Marvin Scholz at 2022-10-01T06:22:19+00:00
upnp: remove duplicate include

The vlc_charset.h header is already included at the top of the file.

- - - - -


1 changed file:

- modules/services_discovery/upnp-wrapper.hpp


Changes:

=====================================
modules/services_discovery/upnp-wrapper.hpp
=====================================
@@ -220,7 +220,6 @@ inline char* getPreferedAdapter()
 
 #if defined(TARGET_OS_OSX) && TARGET_OS_OSX
 #include <SystemConfiguration/SystemConfiguration.h>
-#include "vlc_charset.h"
 
 inline char *getPreferedAdapter()
 {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9111b4ef5ca066f4ffe72e07f731e9bd8e13614

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f9111b4ef5ca066f4ffe72e07f731e9bd8e13614
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list