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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user