[gdk-pixbuf] Don't include config.h in any headers



commit ced21e750a26d36f4bf2878423dbd6517756d290
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 19 15:44:32 2013 -0500

    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.

 gdk-pixbuf/gdk-pixbuf-i18n.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-i18n.h b/gdk-pixbuf/gdk-pixbuf-i18n.h
index 3b0e64e..e955f26 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]