[gtk+] Fix distcheck
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix distcheck
- Date: Sat, 2 Oct 2010 00:03:50 +0000 (UTC)
commit 0555dd06454a649943f8420512303ddd02ed5867
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 1 20:02:35 2010 -0400
Fix distcheck
Don't include config.h in headers, it doesn't work.
gdk/gdkintl.h | 1 -
gdk/x11/gdkdrawable-x11.h | 2 --
gdk/x11/gdkprivate-x11.h | 2 --
3 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gdk/gdkintl.h b/gdk/gdkintl.h
index 9bd7b26..e0ab200 100644
--- a/gdk/gdkintl.h
+++ b/gdk/gdkintl.h
@@ -27,7 +27,6 @@
#ifndef __GDKINTL_H__
#define __GDKINTL_H__
-#include "config.h"
#include <glib/gi18n-lib.h>
#ifdef ENABLE_NLS
diff --git a/gdk/x11/gdkdrawable-x11.h b/gdk/x11/gdkdrawable-x11.h
index d4660df..16c8953 100644
--- a/gdk/x11/gdkdrawable-x11.h
+++ b/gdk/x11/gdkdrawable-x11.h
@@ -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>
diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h
index 87dfaf3..929eac9 100644
--- a/gdk/x11/gdkprivate-x11.h
+++ b/gdk/x11/gdkprivate-x11.h
@@ -40,8 +40,6 @@
#include "gdkinternals.h"
-#include "config.h"
-
typedef struct _GdkCursorPrivate GdkCursorPrivate;
struct _GdkCursorPrivate
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]