diff --git a/ChangeLog b/ChangeLog index 3360806ab4..9950c5e6bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-19 Thomas Vander Stichele + + * gst-libs/gst/gst-i18n-plugin.h: + remove config.h inclusion + 2004-01-19 Thomas Vander Stichele * autogen.sh: diff --git a/gst-libs/gst/gst-i18n-plugin.h b/gst-libs/gst/gst-i18n-plugin.h index a57eb73b6c..0fd51465db 100644 --- a/gst-libs/gst/gst-i18n-plugin.h +++ b/gst-libs/gst/gst-i18n-plugin.h @@ -25,10 +25,6 @@ #include "gettext.h" /* included with gettext distribution and copied */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #ifndef GETTEXT_PACKAGE #error You must define GETTEXT_PACKAGE before including this header. #endif