From 01e210d650040a19e51426624f4ae0d28aa37d76 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 19 Jan 2004 15:50:38 +0000 Subject: [PATCH] removing config.h Original commit message from CVS: removing config.h --- ChangeLog | 5 +++++ gst-libs/gst/gst-i18n-plugin.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.34.1