tests: Include gtk/ directory from toplevel

This commit is contained in:
Benjamin Otte
2013-05-15 15:25:25 +02:00
parent 06a8fac3e9
commit ac8f7f0703
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#include <locale.h> #include <locale.h>
#include "../gtkbitmaskprivate.h" #include "../../gtk/gtkbitmaskprivate.h"
#include <string.h> #include <string.h>

View File

@ -18,8 +18,8 @@
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms.h>
#include "../gtkkeyhash.h" #include "../../gtk/gtkkeyhash.h"
#include "../gtkprivate.h" #include "../../gtk/gtkprivate.h"
static gint count; static gint count;

View File

@ -19,7 +19,7 @@
#include <locale.h> #include <locale.h>
#include "../gtkrbtree.h" #include "../../gtk/gtkrbtree.h"
/* _gtk_rbtree_test */ /* _gtk_rbtree_test */