Include "gtklayout.h" only for gtk+ < 1.1.6

git-svn-id: svn://10.0.0.236/trunk@15911 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1998-12-07 06:52:42 +00:00
parent f097a21a0c
commit ca40fec6e8

View File

@@ -17,7 +17,11 @@
*/
#include <gtk/gtk.h>
#ifndef GTK_HAVE_FEATURES_1_1_6
#include "gtklayout.h"
#endif
#include "resources.h"
#include "nscore.h"