From 8e0c83daf9e810ec26ff0925ea7f26a8dec1d98d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 19 Jan 2004 15:49:52 +0000 Subject: [PATCH] add gstelement.c for translation remove config.h from i18n headers Original commit message from CVS: add gstelement.c for translation remove config.h from i18n headers --- ChangeLog | 5 ++++- gst/gst-i18n-app.h | 4 ---- gst/gst-i18n-lib.h | 4 ---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b17bfae584..33aca24923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,15 @@ 2004-01-19 Thomas Vander Stichele + * gst/gst-i18n-app.h: + * gst/gst-i18n-lib.h: + remove inclusion of config.h * po/POTFILES.in: * po/nl.po: add gst/gstelement.c 2004-01-19 Thomas Vander Stichele - * po/nl.po: updated Dutch translation + * po/nl.po: updated Dutch translation 2004-01-19 Thomas Vander Stichele diff --git a/gst/gst-i18n-app.h b/gst/gst-i18n-app.h index 7db13ac74e..19a59f37c5 100644 --- a/gst/gst-i18n-app.h +++ b/gst/gst-i18n-app.h @@ -23,10 +23,6 @@ #ifndef __GST_I18N_APP_H__ #define __GST_I18N_APP_H__ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include "gettext.h" /* included with gettext distribution and copied */ /* we want to use shorthand _() for translating and N_() for marking */ diff --git a/gst/gst-i18n-lib.h b/gst/gst-i18n-lib.h index 55da0b4f97..f5db797d12 100644 --- a/gst/gst-i18n-lib.h +++ b/gst/gst-i18n-lib.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