Browse Source

upnp: remove duplicate include

The vlc_charset.h header is already included at the top of the file.
pull/141/head
Marvin Scholz 4 years ago
committed by Steve Lhomme
parent
commit
f9111b4ef5
  1. 1
      modules/services_discovery/upnp-wrapper.hpp

1
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()
{

Loading…
Cancel
Save