From: RĂ©mi Denis-Courmont Date: Mon, 25 Jan 2010 18:21:02 +0000 (+0200) Subject: Useless headers X-Git-Tag: 1.1.0-ff~893 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=547247da8dca865ce18d42ad4efdf40345393235;hp=95c18c5da077888706e93fa99283a228ff9d57ff;p=vlc Useless headers --- diff --git a/src/modules/cache.c b/src/modules/cache.c index 882cfc1d25..0c8b616d51 100644 --- a/src/modules/cache.c +++ b/src/modules/cache.c @@ -43,31 +43,6 @@ #endif #include -#if !defined(HAVE_DYNAMIC_PLUGINS) - /* no support for plugins */ -#elif defined(HAVE_DL_DYLD) -# if defined(HAVE_MACH_O_DYLD_H) -# include -# endif -#elif defined(HAVE_DL_BEOS) -# if defined(HAVE_IMAGE_H) -# include -# endif -#elif defined(HAVE_DL_WINDOWS) -# include -#elif defined(HAVE_DL_DLOPEN) -# if defined(HAVE_DLFCN_H) /* Linux, BSD, Hurd */ -# include -# endif -# if defined(HAVE_SYS_DL_H) -# include -# endif -#elif defined(HAVE_DL_SHL_LOAD) -# if defined(HAVE_DL_H) -# include -# endif -#endif - #include "config/configuration.h" #include "vlc_charset.h" diff --git a/src/modules/modules.c b/src/modules/modules.c index 23e4bde234..ebc1d08853 100644 --- a/src/modules/modules.c +++ b/src/modules/modules.c @@ -50,31 +50,6 @@ # include #endif -#if !defined(HAVE_DYNAMIC_PLUGINS) - /* no support for plugins */ -#elif defined(HAVE_DL_DYLD) -# if defined(HAVE_MACH_O_DYLD_H) -# include -# endif -#elif defined(HAVE_DL_BEOS) -# if defined(HAVE_IMAGE_H) -# include -# endif -#elif defined(HAVE_DL_WINDOWS) -# include -#elif defined(HAVE_DL_DLOPEN) -# if defined(HAVE_DLFCN_H) /* Linux, BSD, Hurd */ -# include -# endif -# if defined(HAVE_SYS_DL_H) -# include -# endif -#elif defined(HAVE_DL_SHL_LOAD) -# if defined(HAVE_DL_H) -# include -# endif -#endif - #include "config/configuration.h" #include "vlc_charset.h"