diff options
Diffstat (limited to 'gtk/tests')
-rw-r--r-- | gtk/tests/filechooser.c | 2 | ||||
-rw-r--r-- | gtk/tests/pixbuf-init.c | 2 | ||||
-rw-r--r-- | gtk/tests/textbuffer.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gtk/tests/filechooser.c b/gtk/tests/filechooser.c index 737e5fe272..300e15afda 100644 --- a/gtk/tests/filechooser.c +++ b/gtk/tests/filechooser.c @@ -33,7 +33,7 @@ #undef GTK_DISABLE_DEPRECATED #define SLEEP_DURATION 100 -#include <config.h> +#include "config.h" #include <string.h> #include <glib/gprintf.h> #include <gtk/gtk.h> diff --git a/gtk/tests/pixbuf-init.c b/gtk/tests/pixbuf-init.c index 17c12239be..47573abc04 100644 --- a/gtk/tests/pixbuf-init.c +++ b/gtk/tests/pixbuf-init.c @@ -1,4 +1,4 @@ -#include <config.h> +#include "config.h" #include <glib.h> #include <sys/stat.h> diff --git a/gtk/tests/textbuffer.c b/gtk/tests/textbuffer.c index 3fdbf9f400..822b04c752 100644 --- a/gtk/tests/textbuffer.c +++ b/gtk/tests/textbuffer.c @@ -18,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include <config.h> +#include "config.h" #include <stdio.h> #include <string.h> |