summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-12-19 15:44:32 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-12-19 15:44:32 -0500
commitced21e750a26d36f4bf2878423dbd6517756d290 (patch)
tree20bb54bd7cce7d498a767bfe0ae0adfdeb7b390d
parentb3c6f2985fc683ea844d895346203e8b32befc28 (diff)
downloadgdk-pixbuf-ced21e750a26d36f4bf2878423dbd6517756d290.tar.gz
Don't include config.h in any headers
config.h has no inclusion guards, so including it in headers is bound to cause redefinition warnings from cpp.
-rw-r--r--gdk-pixbuf/gdk-pixbuf-i18n.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-i18n.h b/gdk-pixbuf/gdk-pixbuf-i18n.h
index 3b0e64ee5..e955f26fa 100644
--- a/gdk-pixbuf/gdk-pixbuf-i18n.h
+++ b/gdk-pixbuf/gdk-pixbuf-i18n.h
@@ -20,7 +20,6 @@
#ifndef __GDKPIXBUFINTL_H__
#define __GDKPIXBUFINTL_H__
-#include "config.h"
#include <glib.h>
#ifdef ENABLE_NLS