[gtk+/gtk-2-24] Fix header inclusions for !srcdir builds
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] Fix header inclusions for !srcdir builds
- Date: Sat, 16 Oct 2010 20:54:34 +0000 (UTC)
commit 0200763126d07c6f852cf09854f2d98f0befc73f
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Oct 16 16:53:44 2010 -0400
Fix header inclusions for !srcdir builds
gdk/x11/gdkdrawable-x11.h | 2 --
gdk/x11/gdkprivate-x11.h | 5 +----
2 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/gdk/x11/gdkdrawable-x11.h b/gdk/x11/gdkdrawable-x11.h
index 2b88536..e7e85c9 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 05c033a..d1b963b 100644
--- a/gdk/x11/gdkprivate-x11.h
+++ b/gdk/x11/gdkprivate-x11.h
@@ -36,10 +36,7 @@
#include <gdk/x11/gdkwindow-x11.h>
#include <gdk/x11/gdkpixmap-x11.h>
#include <gdk/x11/gdkdisplay-x11.h>
-
-#include "gdkinternals.h"
-
-#include "config.h"
+#include <gdk/gdkinternals.h>
#define GDK_TYPE_GC_X11 (_gdk_gc_x11_get_type ())
#define GDK_GC_X11(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_GC_X11, GdkGCX11))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]