summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-06-10 16:26:52 -0500
committerFederico Mena Quintero <federico@novell.com>2010-06-10 16:26:52 -0500
commit4278664e48d90069c41cc790a82cf8d28be0b0a4 (patch)
treedb2f7977aba1e48cbfa8feaaf239dbf8ef9853d1
parent905a15445d41dff012d55589f1069be3aa063e0b (diff)
downloadgtk+-client-side-decorations.tar.gz
Remove inclusion of GTK+ compatibility headerclient-side-decorations
-rw-r--r--gtk/meta-theme.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/meta-theme.c b/gtk/meta-theme.c
index 18ce2b7ecb..845b1fc813 100644
--- a/gtk/meta-theme.c
+++ b/gtk/meta-theme.c
@@ -61,8 +61,6 @@
#include <stdlib.h>
#include <math.h>
-#include "gtk-compat.h"
-
#define GDK_COLOR_RGBA(color) \
((guint32) (0xff | \
(((color).red / 256) << 24) | \