removing config.h
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 15:50:38 +0000 (15:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 15:50:38 +0000 (15:50 +0000)
Original commit message from CVS:
removing config.h

ChangeLog
gst-libs/gst/gst-i18n-plugin.h

index 3360806..9950c5e 100644 (file)
--- 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:
index a57eb73..0fd5146 100644 (file)
 
 #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