summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-03-02 00:33:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-03-02 00:33:23 +0000
commit7002bb3e55273650b06879cc97934abcc8b2e3d1 (patch)
treea01dd8c754ddc154683d40a62c62e4be09636b6c /gtk/gtksettings.c
parentc454880a0cdda2cb8f8ff9c3c91b847e4cf3969f (diff)
downloadgtk+-7002bb3e55273650b06879cc97934abcc8b2e3d1.tar.gz
Remove the include of Xft.h, which is already dragged in via pangoxft.h.
Tue Mar 2 01:34:40 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtksettings.c: Remove the include of Xft.h, which is already dragged in via pangoxft.h. (#135496, David Hawthorne)
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r--gtk/gtksettings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 901197da3e..2cfbc1cc34 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -43,7 +43,6 @@ struct _GtkSettingsPropertyValue
};
#ifdef GDK_WINDOWING_X11
-#include <X11/Xft/Xft.h>
#include <pango/pangoxft.h>
#include <gdk/x11/gdkx.h>
#endif