From 8edbbe611d6c7e40ca8880253d968efc6ed173a9 Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Sat, 19 Dec 1998 20:10:31 +0000 Subject: [PATCH] we require gtk 1.1.6 now --- widget/src/gtk/nsWidget.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/widget/src/gtk/nsWidget.h b/widget/src/gtk/nsWidget.h index c808a03c4a0e..22c11244d195 100644 --- a/widget/src/gtk/nsWidget.h +++ b/widget/src/gtk/nsWidget.h @@ -30,9 +30,7 @@ #include "nsLookAndFeel.h" #include -#ifndef GTK_HAVE_FEATURES_1_1_6 -#include "gtklayout.h" -#endif + /** * Base of all GTK native widgets. */