]> Pileus Git - ~andy/gtk/commitdiff
Fix distcheck
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Oct 2010 00:02:35 +0000 (20:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Oct 2010 00:02:35 +0000 (20:02 -0400)
Don't include config.h in headers, it doesn't work.

gdk/gdkintl.h
gdk/x11/gdkdrawable-x11.h
gdk/x11/gdkprivate-x11.h

index 9bd7b267dcfee1dffba4fda1e5ed903caaea8a6d..e0ab200bdabc3041018610591b4dc1b2aee29282 100644 (file)
@@ -27,7 +27,6 @@
 #ifndef __GDKINTL_H__
 #define __GDKINTL_H__
 
-#include "config.h"
 #include <glib/gi18n-lib.h>
 
 #ifdef ENABLE_NLS
index d4660df12b019a29448c90b8fb219f772fc5b8ee..16c89533323a374bbe5d89686270f7c23ed44820 100644 (file)
@@ -27,8 +27,6 @@
 #ifndef __GDK_DRAWABLE_X11_H__
 #define __GDK_DRAWABLE_X11_H__
 
-#include "config.h"
-
 #include <gdk/gdkdrawable.h>
 
 #include <X11/Xlib.h>
index 87dfaf32c5ef6961e92a80ab95ae431f9c864886..929eac91f633d8d721f02df7b92860943000902b 100644 (file)
@@ -40,8 +40,6 @@
 
 #include "gdkinternals.h"
 
-#include "config.h"
-
 typedef struct _GdkCursorPrivate       GdkCursorPrivate;
 
 struct _GdkCursorPrivate