summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-22 14:28:52 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-22 14:28:52 +0000
commitd97cdbdf53832729141b3b66de00f770b44e3390 (patch)
treea7d06aa5d8a07ed5e8f38497777dca835bd65ede /tests
parent8875b3a9354b2dcb794160e1d7025ccc74929c3f (diff)
downloadgtk+-d97cdbdf53832729141b3b66de00f770b44e3390.tar.gz
Include "config.h" instead of <config.h> Command used: find -name
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
Diffstat (limited to 'tests')
-rw-r--r--tests/autotestfilesystem.c2
-rw-r--r--tests/pixbuf-lowmem.c2
-rw-r--r--tests/pixbuf-random.c2
-rw-r--r--tests/pixbuf-randomly-modified.c2
-rw-r--r--tests/pixbuf-read.c2
-rw-r--r--tests/pixbuf-threads.c2
-rw-r--r--tests/simple.c2
-rw-r--r--tests/stresstest-toolbar.c2
-rw-r--r--tests/testactions.c2
-rw-r--r--tests/testcalendar.c2
-rw-r--r--tests/testcombo.c2
-rw-r--r--tests/testcombochange.c2
-rw-r--r--tests/testdnd.c2
-rw-r--r--tests/testentrycompletion.c2
-rw-r--r--tests/testfilechooser.c2
-rw-r--r--tests/testfilechooserbutton.c2
-rw-r--r--tests/testgtk.c2
-rw-r--r--tests/testinput.c2
-rw-r--r--tests/testmenus.c2
-rw-r--r--tests/testmerge.c2
-rw-r--r--tests/testmountoperation.c2
-rw-r--r--tests/testmultidisplay.c2
-rw-r--r--tests/testmultiscreen.c2
-rw-r--r--tests/testnouiprint.c2
-rw-r--r--tests/testprint.c2
-rw-r--r--tests/testrecentchooser.c2
-rw-r--r--tests/testrecentchoosermenu.c2
-rw-r--r--tests/testrgb.c2
-rw-r--r--tests/testselection.c2
-rw-r--r--tests/testsocket.c2
-rw-r--r--tests/testsocket_child.c2
-rw-r--r--tests/testsocket_common.c2
-rw-r--r--tests/testspinbutton.c2
-rw-r--r--tests/testtext.c2
-rw-r--r--tests/testthreads.c2
-rw-r--r--tests/testtoolbar.c2
-rw-r--r--tests/testtreecolumns.c2
-rw-r--r--tests/testtreeedit.c2
-rw-r--r--tests/testtreeflow.c2
-rw-r--r--tests/testtreefocus.c2
-rw-r--r--tests/testtreemodel.c2
-rw-r--r--tests/testtreesort.c2
-rw-r--r--tests/testxinerama.c2
-rw-r--r--tests/treestoretest.c2
44 files changed, 44 insertions, 44 deletions
diff --git a/tests/autotestfilesystem.c b/tests/autotestfilesystem.c
index 6c4519d1a1..ccc6795453 100644
--- a/tests/autotestfilesystem.c
+++ b/tests/autotestfilesystem.c
@@ -23,7 +23,7 @@
#define GTK_FILE_SYSTEM_ENABLE_UNSUPPORTED
-#include <config.h>
+#include "config.h"
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
diff --git a/tests/pixbuf-lowmem.c b/tests/pixbuf-lowmem.c
index 305ce9aaf2..172c162fcf 100644
--- a/tests/pixbuf-lowmem.c
+++ b/tests/pixbuf-lowmem.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf/gdk-pixbuf.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/pixbuf-random.c b/tests/pixbuf-random.c
index f9ff9f5afe..e94b631156 100644
--- a/tests/pixbuf-random.c
+++ b/tests/pixbuf-random.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf/gdk-pixbuf.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/pixbuf-randomly-modified.c b/tests/pixbuf-randomly-modified.c
index 7a31f0a5f6..fb9eac7a59 100644
--- a/tests/pixbuf-randomly-modified.c
+++ b/tests/pixbuf-randomly-modified.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf/gdk-pixbuf.h"
#include "glib.h"
#include <stdio.h>
diff --git a/tests/pixbuf-read.c b/tests/pixbuf-read.c
index 17ece3fa52..a65af3f61b 100644
--- a/tests/pixbuf-read.c
+++ b/tests/pixbuf-read.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf/gdk-pixbuf.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/pixbuf-threads.c b/tests/pixbuf-threads.c
index b8aeddd9b4..267efe9b37 100644
--- a/tests/pixbuf-threads.c
+++ b/tests/pixbuf-threads.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf/gdk-pixbuf.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/simple.c b/tests/simple.c
index 0d29a04185..19a19aa944 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
diff --git a/tests/stresstest-toolbar.c b/tests/stresstest-toolbar.c
index 17a59f2464..8a4f2010b7 100644
--- a/tests/stresstest-toolbar.c
+++ b/tests/stresstest-toolbar.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
typedef struct _Info Info;
diff --git a/tests/testactions.c b/tests/testactions.c
index 9b97b7c605..3d55d8a6a4 100644
--- a/tests/testactions.c
+++ b/tests/testactions.c
@@ -18,7 +18,7 @@
*/
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
static GtkActionGroup *action_group = NULL;
diff --git a/tests/testcalendar.c b/tests/testcalendar.c
index 62423b1c97..3af41b3c46 100644
--- a/tests/testcalendar.c
+++ b/tests/testcalendar.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
#include <gtk/gtk.h>
diff --git a/tests/testcombo.c b/tests/testcombo.c
index c27cc005fb..bf01142925 100644
--- a/tests/testcombo.c
+++ b/tests/testcombo.c
@@ -16,7 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <string.h>
diff --git a/tests/testcombochange.c b/tests/testcombochange.c
index 7e42cbca14..89fe3a1a2d 100644
--- a/tests/testcombochange.c
+++ b/tests/testcombochange.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <stdarg.h>
diff --git a/tests/testdnd.c b/tests/testdnd.c
index 58052ad8a0..75833e2033 100644
--- a/tests/testdnd.c
+++ b/tests/testdnd.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtk/gtk.h"
/* Target side drag signals */
diff --git a/tests/testentrycompletion.c b/tests/testentrycompletion.c
index 483010b1f9..36c41f78a4 100644
--- a/tests/testentrycompletion.c
+++ b/tests/testentrycompletion.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c
index 47e8ce76de..57b27f8cbe 100644
--- a/tests/testfilechooser.c
+++ b/tests/testfilechooser.c
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <sys/types.h>
diff --git a/tests/testfilechooserbutton.c b/tests/testfilechooserbutton.c
index f1c1ed3360..ee18d7fb81 100644
--- a/tests/testfilechooserbutton.c
+++ b/tests/testfilechooserbutton.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
diff --git a/tests/testgtk.c b/tests/testgtk.c
index ee24ff80b9..8a2bbc0de4 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -26,7 +26,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#undef G_LOG_DOMAIN
diff --git a/tests/testinput.c b/tests/testinput.c
index 275ee19f1a..4734284b96 100644
--- a/tests/testinput.c
+++ b/tests/testinput.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include "gtk/gtk.h"
diff --git a/tests/testmenus.c b/tests/testmenus.c
index 86eda4bc46..b29db5329a 100644
--- a/tests/testmenus.c
+++ b/tests/testmenus.c
@@ -19,7 +19,7 @@
*/
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
diff --git a/tests/testmerge.c b/tests/testmerge.c
index ba847617df..957f5e2fad 100644
--- a/tests/testmerge.c
+++ b/tests/testmerge.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
diff --git a/tests/testmountoperation.c b/tests/testmountoperation.c
index c6ba138c27..e5a41bbe7b 100644
--- a/tests/testmountoperation.c
+++ b/tests/testmountoperation.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
static gboolean ask_question = FALSE;
diff --git a/tests/testmultidisplay.c b/tests/testmultidisplay.c
index a4a36ec925..7d024edccb 100644
--- a/tests/testmultidisplay.c
+++ b/tests/testmultidisplay.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
gchar *screen2_name = NULL;
diff --git a/tests/testmultiscreen.c b/tests/testmultiscreen.c
index e9bbea326f..ebf1438b53 100644
--- a/tests/testmultiscreen.c
+++ b/tests/testmultiscreen.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
static GtkWidget **images;
diff --git a/tests/testnouiprint.c b/tests/testnouiprint.c
index d63979b05f..0dcc489a8d 100644
--- a/tests/testnouiprint.c
+++ b/tests/testnouiprint.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include "gtk/gtk.h"
diff --git a/tests/testprint.c b/tests/testprint.c
index 8eed10ef04..ca0fee5606 100644
--- a/tests/testprint.c
+++ b/tests/testprint.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <pango/pangocairo.h>
#include <gtk/gtk.h>
diff --git a/tests/testrecentchooser.c b/tests/testrecentchooser.c
index e3a7d48549..cb6968e220 100644
--- a/tests/testrecentchooser.c
+++ b/tests/testrecentchooser.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <sys/types.h>
diff --git a/tests/testrecentchoosermenu.c b/tests/testrecentchoosermenu.c
index 751af9f39e..94166c6f9b 100644
--- a/tests/testrecentchoosermenu.c
+++ b/tests/testrecentchoosermenu.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
static GtkRecentManager *manager = NULL;
diff --git a/tests/testrgb.c b/tests/testrgb.c
index b285ddd621..f4fdbc2cff 100644
--- a/tests/testrgb.c
+++ b/tests/testrgb.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
diff --git a/tests/testselection.c b/tests/testselection.c
index 53935b580a..cd18173697 100644
--- a/tests/testselection.c
+++ b/tests/testselection.c
@@ -26,7 +26,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
#define GTK_ENABLE_BROKEN
diff --git a/tests/testsocket.c b/tests/testsocket.c
index 468242952c..6801e09762 100644
--- a/tests/testsocket.c
+++ b/tests/testsocket.c
@@ -21,7 +21,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <string.h>
diff --git a/tests/testsocket_child.c b/tests/testsocket_child.c
index 4fe354b793..9ebc88f233 100644
--- a/tests/testsocket_child.c
+++ b/tests/testsocket_child.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/testsocket_common.c b/tests/testsocket_common.c
index 0879865c8d..956d744dd4 100644
--- a/tests/testsocket_common.c
+++ b/tests/testsocket_common.c
@@ -20,7 +20,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#if defined (GDK_WINDOWING_X11)
#include "x11/gdkx.h"
diff --git a/tests/testspinbutton.c b/tests/testspinbutton.c
index 67af1970ce..a82f0e16f5 100644
--- a/tests/testspinbutton.c
+++ b/tests/testspinbutton.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
int
diff --git a/tests/testtext.c b/tests/testtext.c
index af826b6ccc..1224f75944 100644
--- a/tests/testtext.c
+++ b/tests/testtext.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <sys/stat.h>
#include <errno.h>
diff --git a/tests/testthreads.c b/tests/testthreads.c
index 8bc996bfde..469e195704 100644
--- a/tests/testthreads.c
+++ b/tests/testthreads.c
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <unistd.h>
#include <gtk/gtk.h>
-#include <config.h>
+#include "config.h"
#ifdef USE_PTHREADS
#include <pthread.h>
diff --git a/tests/testtoolbar.c b/tests/testtoolbar.c
index 1e4985f8f6..22f776199b 100644
--- a/tests/testtoolbar.c
+++ b/tests/testtoolbar.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "prop-editor.h"
diff --git a/tests/testtreecolumns.c b/tests/testtreecolumns.c
index f7edc6122e..213836ef61 100644
--- a/tests/testtreecolumns.c
+++ b/tests/testtreecolumns.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
/*
diff --git a/tests/testtreeedit.c b/tests/testtreeedit.c
index 3c7f21f06c..30d2a3fa54 100644
--- a/tests/testtreeedit.c
+++ b/tests/testtreeedit.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
typedef struct {
diff --git a/tests/testtreeflow.c b/tests/testtreeflow.c
index e5ebacd899..3b9653d8b4 100644
--- a/tests/testtreeflow.c
+++ b/tests/testtreeflow.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
GtkTreeModel *model = NULL;
diff --git a/tests/testtreefocus.c b/tests/testtreefocus.c
index d4fb5f76ab..8baf12b3bd 100644
--- a/tests/testtreefocus.c
+++ b/tests/testtreefocus.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
typedef struct _TreeStruct TreeStruct;
diff --git a/tests/testtreemodel.c b/tests/testtreemodel.c
index e8b1abe9ee..871dcf0701 100644
--- a/tests/testtreemodel.c
+++ b/tests/testtreemodel.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/tests/testtreesort.c b/tests/testtreesort.c
index a58b1b40bf..a23b367ddd 100644
--- a/tests/testtreesort.c
+++ b/tests/testtreesort.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gtk/gtktreedatalist.h"
diff --git a/tests/testxinerama.c b/tests/testxinerama.c
index 743f201998..56dcde3f6e 100644
--- a/tests/testxinerama.c
+++ b/tests/testxinerama.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <gtk/gtk.h>
diff --git a/tests/treestoretest.c b/tests/treestoretest.c
index 5ca3e14013..080bc41049 100644
--- a/tests/treestoretest.c
+++ b/tests/treestoretest.c
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <stdlib.h>
#include <string.h>