summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst-libs/gst/gst-i18n-plugin.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3360806a..9950c5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
+ * gst-libs/gst/gst-i18n-plugin.h:
+ remove config.h inclusion
+
+2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
+
* autogen.sh:
adding autopoint invocation
* Makefile.am:
diff --git a/gst-libs/gst/gst-i18n-plugin.h b/gst-libs/gst/gst-i18n-plugin.h
index a57eb73b..0fd51465 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