win32/common/gstconfig.h: removed libxml include directive
authorMarcin Kolny <marcin.kolny@flytronic.pl>
Thu, 26 Feb 2015 13:43:25 +0000 (14:43 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 4 Mar 2015 09:03:57 +0000 (10:03 +0100)
This is a leftover from 0.10 and not needed anymore.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=745210

win32/common/gstconfig.h

index 2c3e12f..d893411 100644 (file)
    refcounting */
 #define GST_HAVE_GLIB_2_8 1
 
-/***** Deal with XML stuff, we have to handle both loadsave and registry *****/
-
-#if (! (defined(GST_DISABLE_LOADSAVE) && defined(GST_DISABLE_REGISTRY)) )
-# include <libxml/parser.h>
-#else
-# define GST_DISABLE_LOADSAVE_REGISTRY
-#endif
-
 /**
  * GST_EXPORT:
  *