summaryrefslogtreecommitdiff
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
parent8875b3a9354b2dcb794160e1d7025ccc74929c3f (diff)
downloadgdk-pixbuf-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
-rw-r--r--ChangeLog7
-rw-r--r--contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c2
-rw-r--r--contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-render.c2
-rw-r--r--contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib.c2
-rw-r--r--demos/gtk-demo/main.c2
-rw-r--r--demos/pixbuf-demo.c2
-rw-r--r--demos/pixbuf-init.c2
-rw-r--r--demos/testanimation.c2
-rw-r--r--demos/testpixbuf-drawable.c2
-rw-r--r--demos/testpixbuf-scale.c2
-rw-r--r--demos/testpixbuf.c2
-rw-r--r--examples/clist/clist.c2
-rw-r--r--examples/list/list.c2
-rw-r--r--examples/pixmap/pixmap.c2
-rw-r--r--examples/text/text.c2
-rw-r--r--examples/tree/tree.c2
-rw-r--r--examples/wheelbarrow/wheelbarrow.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf-csource.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf-data.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf-loader.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf-scale.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf-util.c2
-rw-r--r--gdk-pixbuf/gdk-pixbuf.c2
-rw-r--r--gdk-pixbuf/gdk-pixdata.c2
-rw-r--r--gdk-pixbuf/io-ani-animation.c2
-rw-r--r--gdk-pixbuf/io-ani.c2
-rw-r--r--gdk-pixbuf/io-bmp.c2
-rw-r--r--gdk-pixbuf/io-gif-animation.c2
-rw-r--r--gdk-pixbuf/io-gif.c2
-rw-r--r--gdk-pixbuf/io-ico.c2
-rw-r--r--gdk-pixbuf/io-jpeg.c2
-rw-r--r--gdk-pixbuf/io-pcx.c2
-rw-r--r--gdk-pixbuf/io-png.c2
-rw-r--r--gdk-pixbuf/io-pnm.c2
-rw-r--r--gdk-pixbuf/io-ras.c2
-rw-r--r--gdk-pixbuf/io-tga.c2
-rw-r--r--gdk-pixbuf/io-tiff.c2
-rw-r--r--gdk-pixbuf/io-wbmp.c2
-rw-r--r--gdk-pixbuf/io-xbm.c2
-rw-r--r--gdk-pixbuf/io-xpm.c2
-rw-r--r--gdk-pixbuf/make-inline-pixbuf.c2
-rw-r--r--gdk-pixbuf/pixops/pixops.c2
-rw-r--r--gdk-pixbuf/pixops/timescale.c2
-rw-r--r--gdk-pixbuf/queryloaders.c2
-rw-r--r--gdk-pixbuf/test-gdk-pixbuf.c2
-rw-r--r--gdk/directfb/gdkapplaunchcontext-directfb.c2
-rw-r--r--gdk/directfb/gdkcursor-directfb.c2
-rw-r--r--gdk/directfb/gdkdisplay-directfb.c2
-rw-r--r--gdk/directfb/gdkdnd-directfb.c2
-rw-r--r--gdk/directfb/gdkdrawable-directfb.c2
-rw-r--r--gdk/directfb/gdkfont-directfb.c2
-rw-r--r--gdk/directfb/gdkgc-directfb.c2
-rw-r--r--gdk/directfb/gdkglobals-directfb.c2
-rw-r--r--gdk/directfb/gdkimage-directfb.c2
-rw-r--r--gdk/directfb/gdkinput-directfb.c2
-rw-r--r--gdk/directfb/gdkkeys-directfb.c2
-rw-r--r--gdk/directfb/gdkmain-directfb.c2
-rw-r--r--gdk/directfb/gdkpixmap-directfb.c2
-rw-r--r--gdk/directfb/gdkproperty-directfb.c2
-rw-r--r--gdk/directfb/gdkspawn-directfb.c2
-rw-r--r--gdk/directfb/gdkwindow-directfb.c2
-rw-r--r--gdk/gdk.c2
-rw-r--r--gdk/gdkapplaunchcontext.c2
-rw-r--r--gdk/gdkcolor.c2
-rw-r--r--gdk/gdkcursor.c2
-rw-r--r--gdk/gdkdisplay.c2
-rw-r--r--gdk/gdkdisplaymanager.c2
-rw-r--r--gdk/gdkdnd.c2
-rw-r--r--gdk/gdkdraw.c2
-rw-r--r--gdk/gdkevents.c2
-rw-r--r--gdk/gdkfont.c2
-rw-r--r--gdk/gdkgc.c2
-rw-r--r--gdk/gdkglobals.c2
-rw-r--r--gdk/gdkimage.c2
-rw-r--r--gdk/gdkkeynames.c2
-rw-r--r--gdk/gdkkeys.c2
-rw-r--r--gdk/gdkkeyuni.c2
-rw-r--r--gdk/gdkmedialib.c2
-rw-r--r--gdk/gdkpango.c2
-rw-r--r--gdk/gdkpixbuf-drawable.c2
-rw-r--r--gdk/gdkpixbuf-render.c2
-rw-r--r--gdk/gdkpixmap.c2
-rw-r--r--gdk/gdkpolyreg-generic.c2
-rw-r--r--gdk/gdkrectangle.c2
-rw-r--r--gdk/gdkregion-generic.c2
-rw-r--r--gdk/gdkrgb.c2
-rw-r--r--gdk/gdkscreen.c2
-rw-r--r--gdk/gdkselection.c2
-rw-r--r--gdk/gdkvisual.c2
-rw-r--r--gdk/gdkwindow.c2
-rw-r--r--gdk/quartz/gdkapplaunchcontext-quartz.c2
-rw-r--r--gdk/quartz/gdkcolor-quartz.c2
-rw-r--r--gdk/quartz/gdkcursor-quartz.c2
-rw-r--r--gdk/quartz/gdkdisplay-quartz.c2
-rw-r--r--gdk/quartz/gdkdrawable-quartz.c2
-rw-r--r--gdk/quartz/gdkeventloop-quartz.c2
-rw-r--r--gdk/quartz/gdkevents-quartz.c2
-rw-r--r--gdk/quartz/gdkfont-quartz.c2
-rw-r--r--gdk/quartz/gdkgc-quartz.c2
-rw-r--r--gdk/quartz/gdkgeometry-quartz.c2
-rw-r--r--gdk/quartz/gdkglobals-quartz.c2
-rw-r--r--gdk/quartz/gdkim-quartz.c2
-rw-r--r--gdk/quartz/gdkimage-quartz.c2
-rw-r--r--gdk/quartz/gdkinput-old.c2
-rw-r--r--gdk/quartz/gdkinput.c2
-rw-r--r--gdk/quartz/gdkkeys-quartz.c2
-rw-r--r--gdk/quartz/gdkmain-quartz.c2
-rw-r--r--gdk/quartz/gdkpixmap-quartz.c2
-rw-r--r--gdk/quartz/gdkprivate-quartz.h2
-rw-r--r--gdk/quartz/gdkproperty-quartz.c2
-rw-r--r--gdk/quartz/gdkscreen-quartz.c2
-rw-r--r--gdk/quartz/gdkselection-quartz.c2
-rw-r--r--gdk/quartz/gdkspawn-quartz.c2
-rw-r--r--gdk/quartz/gdktestutils-quartz.c2
-rw-r--r--gdk/quartz/gdkvisual-quartz.c2
-rw-r--r--gdk/quartz/gdkwindow-quartz.c2
-rw-r--r--gdk/testgdk.c2
-rw-r--r--gdk/win32/bdfcursor.c2
-rw-r--r--gdk/win32/gdkapplaunchcontext-win32.c2
-rw-r--r--gdk/win32/gdkcolor-win32.c2
-rw-r--r--gdk/win32/gdkcursor-win32.c2
-rw-r--r--gdk/win32/gdkdisplay-win32.c2
-rw-r--r--gdk/win32/gdkdnd-win32.c2
-rw-r--r--gdk/win32/gdkdrawable-win32.c2
-rw-r--r--gdk/win32/gdkevents-win32.c2
-rw-r--r--gdk/win32/gdkfont-win32.c2
-rw-r--r--gdk/win32/gdkgc-win32.c2
-rw-r--r--gdk/win32/gdkgeometry-win32.c2
-rw-r--r--gdk/win32/gdkglobals-win32.c2
-rw-r--r--gdk/win32/gdkim-win32.c2
-rw-r--r--gdk/win32/gdkimage-win32.c2
-rw-r--r--gdk/win32/gdkinput-win32.c2
-rw-r--r--gdk/win32/gdkinput.c2
-rw-r--r--gdk/win32/gdkkeys-win32.c2
-rw-r--r--gdk/win32/gdkmain-win32.c2
-rw-r--r--gdk/win32/gdkpixmap-win32.c2
-rw-r--r--gdk/win32/gdkprivate-win32.h2
-rw-r--r--gdk/win32/gdkproperty-win32.c2
-rw-r--r--gdk/win32/gdkscreen-win32.c2
-rw-r--r--gdk/win32/gdkselection-win32.c2
-rw-r--r--gdk/win32/gdkspawn-win32.c2
-rw-r--r--gdk/win32/gdkvisual-win32.c2
-rw-r--r--gdk/win32/gdkwin32id.c2
-rw-r--r--gdk/win32/gdkwindow-win32.c2
-rw-r--r--gdk/x11/gdkapplaunchcontext-x11.c2
-rw-r--r--gdk/x11/gdkasync.c2
-rw-r--r--gdk/x11/gdkcolor-x11.c2
-rw-r--r--gdk/x11/gdkcursor-x11.c2
-rw-r--r--gdk/x11/gdkdisplay-x11.c2
-rw-r--r--gdk/x11/gdkdnd-x11.c2
-rw-r--r--gdk/x11/gdkdrawable-x11.c2
-rw-r--r--gdk/x11/gdkdrawable-x11.h2
-rw-r--r--gdk/x11/gdkevents-x11.c2
-rw-r--r--gdk/x11/gdkfont-x11.c2
-rw-r--r--gdk/x11/gdkgc-x11.c2
-rw-r--r--gdk/x11/gdkgeometry-x11.c2
-rw-r--r--gdk/x11/gdkglobals-x11.c2
-rw-r--r--gdk/x11/gdkim-x11.c2
-rw-r--r--gdk/x11/gdkimage-x11.c2
-rw-r--r--gdk/x11/gdkinput-none.c2
-rw-r--r--gdk/x11/gdkinput-x11.c2
-rw-r--r--gdk/x11/gdkinput-xfree.c2
-rw-r--r--gdk/x11/gdkinput.c2
-rw-r--r--gdk/x11/gdkkeys-x11.c2
-rw-r--r--gdk/x11/gdkmain-x11.c2
-rw-r--r--gdk/x11/gdkpixmap-x11.c2
-rw-r--r--gdk/x11/gdkprivate-x11.h2
-rw-r--r--gdk/x11/gdkproperty-x11.c2
-rw-r--r--gdk/x11/gdkscreen-x11.c2
-rw-r--r--gdk/x11/gdkselection-x11.c2
-rw-r--r--gdk/x11/gdkspawn-x11.c2
-rw-r--r--gdk/x11/gdkvisual-x11.c2
-rw-r--r--gdk/x11/gdkwindow-x11.c2
-rw-r--r--gdk/x11/gdkxid.c2
-rw-r--r--gdk/x11/xsettings-client.c2
-rw-r--r--gdk/x11/xsettings-common.c2
-rw-r--r--gtk/fnmatch.c2
-rw-r--r--gtk/gtkaboutdialog.c2
-rw-r--r--gtk/gtkaccelgroup.c2
-rw-r--r--gtk/gtkaccellabel.c2
-rw-r--r--gtk/gtkaccelmap.c2
-rw-r--r--gtk/gtkaccessible.c2
-rw-r--r--gtk/gtkaction.c2
-rw-r--r--gtk/gtkactiongroup.c2
-rw-r--r--gtk/gtkadjustment.c2
-rw-r--r--gtk/gtkalignment.c2
-rw-r--r--gtk/gtkarrow.c2
-rw-r--r--gtk/gtkaspectframe.c2
-rw-r--r--gtk/gtkassistant.c2
-rw-r--r--gtk/gtkbbox.c2
-rw-r--r--gtk/gtkbin.c2
-rw-r--r--gtk/gtkbindings.c2
-rw-r--r--gtk/gtkbox.c2
-rw-r--r--gtk/gtkbuildable.c2
-rw-r--r--gtk/gtkbuilder.c2
-rw-r--r--gtk/gtkbuilderparser.c2
-rw-r--r--gtk/gtkbutton.c2
-rw-r--r--gtk/gtkcalendar.c2
-rw-r--r--gtk/gtkcelleditable.c2
-rw-r--r--gtk/gtkcelllayout.c2
-rw-r--r--gtk/gtkcellrenderer.c2
-rw-r--r--gtk/gtkcellrenderercombo.c2
-rw-r--r--gtk/gtkcellrendererpixbuf.c2
-rw-r--r--gtk/gtkcellrendererspin.c2
-rw-r--r--gtk/gtkcellrenderertext.c2
-rw-r--r--gtk/gtkcellrenderertoggle.c2
-rw-r--r--gtk/gtkcellview.c2
-rw-r--r--gtk/gtkcheckbutton.c2
-rw-r--r--gtk/gtkcheckmenuitem.c2
-rw-r--r--gtk/gtkclipboard-quartz.c2
-rw-r--r--gtk/gtkclipboard.c2
-rw-r--r--gtk/gtkclist.c2
-rw-r--r--gtk/gtkcolorbutton.c2
-rw-r--r--gtk/gtkcolorsel.c2
-rw-r--r--gtk/gtkcolorseldialog.c2
-rw-r--r--gtk/gtkcombo.c2
-rw-r--r--gtk/gtkcombobox.c2
-rw-r--r--gtk/gtkcomboboxentry.c2
-rw-r--r--gtk/gtkcontainer.c2
-rw-r--r--gtk/gtkctree.c2
-rw-r--r--gtk/gtkcurve.c2
-rw-r--r--gtk/gtkdialog.c2
-rw-r--r--gtk/gtkdnd-quartz.c2
-rw-r--r--gtk/gtkdnd.c2
-rw-r--r--gtk/gtkdrawingarea.c2
-rw-r--r--gtk/gtkeditable.c2
-rw-r--r--gtk/gtkentry.c2
-rw-r--r--gtk/gtkentrycompletion.c2
-rw-r--r--gtk/gtkeventbox.c2
-rw-r--r--gtk/gtkexpander.c2
-rw-r--r--gtk/gtkfilechooser.c2
-rw-r--r--gtk/gtkfilechooserbutton.c2
-rw-r--r--gtk/gtkfilechooserdefault.c2
-rw-r--r--gtk/gtkfilechooserdialog.c2
-rw-r--r--gtk/gtkfilechooserembed.c2
-rw-r--r--gtk/gtkfilechooserentry.c2
-rw-r--r--gtk/gtkfilechoosersettings.c2
-rw-r--r--gtk/gtkfilechooserutils.c2
-rw-r--r--gtk/gtkfilechooserwidget.c2
-rw-r--r--gtk/gtkfilefilter.c2
-rw-r--r--gtk/gtkfilesel.c2
-rw-r--r--gtk/gtkfilesystemmodel.c2
-rw-r--r--gtk/gtkfixed.c2
-rw-r--r--gtk/gtkfontbutton.c2
-rw-r--r--gtk/gtkfontsel.c2
-rw-r--r--gtk/gtkframe.c2
-rw-r--r--gtk/gtkgamma.c2
-rw-r--r--gtk/gtkgc.c2
-rw-r--r--gtk/gtkhandlebox.c2
-rw-r--r--gtk/gtkhbbox.c2
-rw-r--r--gtk/gtkhbox.c2
-rw-r--r--gtk/gtkhpaned.c2
-rw-r--r--gtk/gtkhruler.c2
-rw-r--r--gtk/gtkhscale.c2
-rw-r--r--gtk/gtkhscrollbar.c2
-rw-r--r--gtk/gtkhseparator.c2
-rw-r--r--gtk/gtkhsv.c2
-rw-r--r--gtk/gtkiconcache.c2
-rw-r--r--gtk/gtkiconfactory.c2
-rw-r--r--gtk/gtkiconview.c2
-rw-r--r--gtk/gtkimage.c2
-rw-r--r--gtk/gtkimagemenuitem.c2
-rw-r--r--gtk/gtkimcontext.c2
-rw-r--r--gtk/gtkimcontextsimple.c2
-rw-r--r--gtk/gtkimmodule.c2
-rw-r--r--gtk/gtkimmulticontext.c2
-rw-r--r--gtk/gtkinputdialog.c2
-rw-r--r--gtk/gtkinvisible.c2
-rw-r--r--gtk/gtkitem.c2
-rw-r--r--gtk/gtkkeyhash.c2
-rw-r--r--gtk/gtklabel.c2
-rw-r--r--gtk/gtklayout.c2
-rw-r--r--gtk/gtklist.c2
-rw-r--r--gtk/gtklistitem.c2
-rw-r--r--gtk/gtkliststore.c2
-rw-r--r--gtk/gtkmain.c2
-rw-r--r--gtk/gtkmenu.c2
-rw-r--r--gtk/gtkmenubar.c2
-rw-r--r--gtk/gtkmenuitem.c2
-rw-r--r--gtk/gtkmenushell.c2
-rw-r--r--gtk/gtkmenutoolbutton.c2
-rw-r--r--gtk/gtkmessagedialog.c2
-rw-r--r--gtk/gtkmisc.c2
-rw-r--r--gtk/gtkmodules.c2
-rw-r--r--gtk/gtkmountoperation.c2
-rw-r--r--gtk/gtknotebook.c2
-rw-r--r--gtk/gtkobject.c2
-rw-r--r--gtk/gtkoldeditable.c2
-rw-r--r--gtk/gtkoptionmenu.c2
-rw-r--r--gtk/gtkpaned.c2
-rw-r--r--gtk/gtkpathbar.c2
-rw-r--r--gtk/gtkpixmap.c2
-rw-r--r--gtk/gtkplug.c2
-rw-r--r--gtk/gtkpreview.c2
-rw-r--r--gtk/gtkprogress.c2
-rw-r--r--gtk/gtkquartz.c2
-rw-r--r--gtk/gtkquery.c2
-rw-r--r--gtk/gtkradioaction.c2
-rw-r--r--gtk/gtkradiobutton.c2
-rw-r--r--gtk/gtkradiomenuitem.c2
-rw-r--r--gtk/gtkradiotoolbutton.c2
-rw-r--r--gtk/gtkrange.c2
-rw-r--r--gtk/gtkrbtree.c2
-rw-r--r--gtk/gtkrc.c2
-rw-r--r--gtk/gtkrecentaction.c2
-rw-r--r--gtk/gtkrecentchooserdialog.c2
-rw-r--r--gtk/gtkrecentchooserwidget.c2
-rw-r--r--gtk/gtkruler.c2
-rw-r--r--gtk/gtkscale.c2
-rw-r--r--gtk/gtkscalebutton.c2
-rw-r--r--gtk/gtkscrollbar.c2
-rw-r--r--gtk/gtkscrolledwindow.c2
-rw-r--r--gtk/gtksearchengine.c2
-rw-r--r--gtk/gtksearchenginebeagle.c2
-rw-r--r--gtk/gtksearchenginesimple.c2
-rw-r--r--gtk/gtksearchenginetracker.c2
-rw-r--r--gtk/gtkselection.c2
-rw-r--r--gtk/gtkseparator.c2
-rw-r--r--gtk/gtkseparatormenuitem.c2
-rw-r--r--gtk/gtkseparatortoolitem.c2
-rw-r--r--gtk/gtksettings.c2
-rw-r--r--gtk/gtkshow.c2
-rw-r--r--gtk/gtksizegroup.c2
-rw-r--r--gtk/gtksocket-win32.c2
-rw-r--r--gtk/gtksocket-x11.c2
-rw-r--r--gtk/gtksocket.c2
-rw-r--r--gtk/gtkspinbutton.c2
-rw-r--r--gtk/gtkstatusbar.c2
-rw-r--r--gtk/gtkstatusicon.c2
-rw-r--r--gtk/gtkstock.c2
-rw-r--r--gtk/gtkstyle.c2
-rw-r--r--gtk/gtktable.c2
-rw-r--r--gtk/gtktearoffmenuitem.c2
-rw-r--r--gtk/gtktestutils.c2
-rw-r--r--gtk/gtktext.c2
-rw-r--r--gtk/gtktextbtree.c2
-rw-r--r--gtk/gtktextbuffer.c2
-rw-r--r--gtk/gtktextbufferserialize.c2
-rw-r--r--gtk/gtktextchild.c2
-rw-r--r--gtk/gtktextdisplay.c2
-rw-r--r--gtk/gtktextiter.c2
-rw-r--r--gtk/gtktextlayout.c2
-rw-r--r--gtk/gtktextmark.c2
-rw-r--r--gtk/gtktextsegment.c2
-rw-r--r--gtk/gtktexttag.c2
-rw-r--r--gtk/gtktexttagtable.c2
-rw-r--r--gtk/gtktexttypes.c2
-rw-r--r--gtk/gtktextutil.c2
-rw-r--r--gtk/gtktextview.c2
-rw-r--r--gtk/gtkthemes.c2
-rw-r--r--gtk/gtktipsquery.c2
-rw-r--r--gtk/gtktoggleaction.c2
-rw-r--r--gtk/gtktogglebutton.c2
-rw-r--r--gtk/gtktoggletoolbutton.c2
-rw-r--r--gtk/gtktoolbar.c2
-rw-r--r--gtk/gtktoolbutton.c2
-rw-r--r--gtk/gtktoolitem.c2
-rw-r--r--gtk/gtktoolshell.c2
-rw-r--r--gtk/gtktooltip.c2
-rw-r--r--gtk/gtktooltips.c2
-rw-r--r--gtk/gtktrayicon-x11.c2
-rw-r--r--gtk/gtktree.c2
-rw-r--r--gtk/gtktreedatalist.c2
-rw-r--r--gtk/gtktreednd.c2
-rw-r--r--gtk/gtktreeitem.c2
-rw-r--r--gtk/gtktreemodel.c2
-rw-r--r--gtk/gtktreemodelfilter.c2
-rw-r--r--gtk/gtktreemodelsort.c2
-rw-r--r--gtk/gtktreeselection.c2
-rw-r--r--gtk/gtktreesortable.c2
-rw-r--r--gtk/gtktreestore.c2
-rw-r--r--gtk/gtktreeview.c2
-rw-r--r--gtk/gtktreeviewcolumn.c2
-rw-r--r--gtk/gtktypeutils.c2
-rw-r--r--gtk/gtkuimanager.c2
-rw-r--r--gtk/gtkvbbox.c2
-rw-r--r--gtk/gtkvbox.c2
-rw-r--r--gtk/gtkviewport.c2
-rw-r--r--gtk/gtkvolumebutton.c2
-rw-r--r--gtk/gtkvpaned.c2
-rw-r--r--gtk/gtkvruler.c2
-rw-r--r--gtk/gtkvscale.c2
-rw-r--r--gtk/gtkvscrollbar.c2
-rw-r--r--gtk/gtkvseparator.c2
-rw-r--r--gtk/gtkwidget.c2
-rw-r--r--gtk/gtkwin32embed.c2
-rw-r--r--gtk/gtkwin32embedwidget.c2
-rw-r--r--gtk/gtkwindow-decorate.c2
-rw-r--r--gtk/gtkwindow.c2
-rw-r--r--gtk/gtkxembed.c2
-rw-r--r--gtk/queryimmodules.c2
-rw-r--r--gtk/tests/filechooser.c2
-rw-r--r--gtk/tests/pixbuf-init.c2
-rw-r--r--gtk/tests/textbuffer.c2
-rw-r--r--gtk/theme-bits/decompose-bits.c2
-rw-r--r--gtk/updateiconcache.c2
-rwxr-xr-xmodules/engines/ms-windows/xp_theme.c2
-rw-r--r--modules/input/gtkimcontextxim.c2
-rw-r--r--modules/input/imam-et.c2
-rw-r--r--modules/input/imcedilla.c2
-rw-r--r--modules/input/imcyrillic-translit.c2
-rw-r--r--modules/input/imime.c2
-rw-r--r--modules/input/iminuktitut.c2
-rw-r--r--modules/input/imipa.c2
-rw-r--r--modules/input/immultipress.c2
-rw-r--r--modules/input/imthai.c2
-rw-r--r--modules/input/imti-er.c2
-rw-r--r--modules/input/imti-et.c2
-rw-r--r--modules/input/imviqr.c2
-rw-r--r--modules/input/imxim.c2
-rw-r--r--modules/other/gail/gail.c2
-rw-r--r--modules/other/gail/gailadjustment.c2
-rw-r--r--modules/other/gail/gailarrow.c2
-rw-r--r--modules/other/gail/gailbooleancell.c2
-rw-r--r--modules/other/gail/gailbox.c2
-rw-r--r--modules/other/gail/gailbutton.c2
-rw-r--r--modules/other/gail/gailcalendar.c2
-rw-r--r--modules/other/gail/gailcell.c2
-rw-r--r--modules/other/gail/gailcellparent.c2
-rw-r--r--modules/other/gail/gailcheckmenuitem.c2
-rw-r--r--modules/other/gail/gailchecksubmenuitem.c2
-rw-r--r--modules/other/gail/gailclist.c2
-rw-r--r--modules/other/gail/gailclistcell.c2
-rw-r--r--modules/other/gail/gailcombo.c2
-rw-r--r--modules/other/gail/gailcombobox.c2
-rw-r--r--modules/other/gail/gailcontainer.c2
-rw-r--r--modules/other/gail/gailcontainercell.c2
-rw-r--r--modules/other/gail/gailentry.c2
-rw-r--r--modules/other/gail/gailexpander.c2
-rw-r--r--modules/other/gail/gailframe.c2
-rw-r--r--modules/other/gail/gailhtmlbox.c2
-rw-r--r--modules/other/gail/gailhtmlboxblock.c2
-rw-r--r--modules/other/gail/gailhtmlboxembedded.c2
-rw-r--r--modules/other/gail/gailhtmlboxtext.c2
-rw-r--r--modules/other/gail/gailimage.c2
-rw-r--r--modules/other/gail/gailimagecell.c2
-rw-r--r--modules/other/gail/gailitem.c2
-rw-r--r--modules/other/gail/gaillabel.c2
-rw-r--r--modules/other/gail/gaillist.c2
-rw-r--r--modules/other/gail/gailmenu.c2
-rw-r--r--modules/other/gail/gailmenushell.c2
-rw-r--r--modules/other/gail/gailnotebook.c2
-rw-r--r--modules/other/gail/gailnotebookpage.c2
-rw-r--r--modules/other/gail/gailobject.c2
-rw-r--r--modules/other/gail/gailoptionmenu.c2
-rw-r--r--modules/other/gail/gailpaned.c2
-rw-r--r--modules/other/gail/gailpixmap.c2
-rw-r--r--modules/other/gail/gailprogressbar.c2
-rw-r--r--modules/other/gail/gailradiobutton.c2
-rw-r--r--modules/other/gail/gailradiomenuitem.c2
-rw-r--r--modules/other/gail/gailradiosubmenuitem.c2
-rw-r--r--modules/other/gail/gailrange.c2
-rw-r--r--modules/other/gail/gailrenderercell.c2
-rw-r--r--modules/other/gail/gailscale.c2
-rw-r--r--modules/other/gail/gailscrollbar.c2
-rw-r--r--modules/other/gail/gailscrolledwindow.c2
-rw-r--r--modules/other/gail/gailseparator.c2
-rw-r--r--modules/other/gail/gailspinbutton.c2
-rw-r--r--modules/other/gail/gailstatusbar.c2
-rw-r--r--modules/other/gail/gailsubmenuitem.c2
-rw-r--r--modules/other/gail/gailtextcell.c2
-rw-r--r--modules/other/gail/gailtextview.c2
-rw-r--r--modules/other/gail/gailtogglebutton.c2
-rw-r--r--modules/other/gail/gailtoplevel.c2
-rw-r--r--modules/other/gail/gailtreeview.c2
-rw-r--r--modules/other/gail/gailutil.c2
-rw-r--r--modules/other/gail/gailwidget.c2
-rw-r--r--modules/other/gail/gailwindow.c2
-rw-r--r--modules/other/gail/libgail-util/gailmisc.c2
-rw-r--r--modules/other/gail/libgail-util/gailtextutil.c2
-rw-r--r--modules/printbackends/cups/gtkprintbackendcups.c2
-rw-r--r--modules/printbackends/file/gtkprintbackendfile.c2
-rw-r--r--modules/printbackends/lpr/gtkprintbackendlpr.c2
-rw-r--r--modules/printbackends/test/gtkprintbackendtest.c2
-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
520 files changed, 526 insertions, 519 deletions
diff --git a/ChangeLog b/ChangeLog
index 13a9023e2..cf175aad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
2008-06-21 Carlos Garnacho <carlos@imendio.com>
Bug 539466 – GtkMenuShell API/ABI break in trunk.
diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
index 92f8c8d02..c7c59e4e1 100644
--- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
+++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c
@@ -26,7 +26,7 @@
/* Ported to Xlib by John Harper <john@dcs.warwick.ac.uk> */
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
#include <gdk-pixbuf/gdk-pixbuf-private.h>
diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-render.c b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-render.c
index b6a26ebf3..b70f8bfdd 100644
--- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-render.c
+++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-render.c
@@ -22,7 +22,7 @@
/* Trivially ported to Xlib(RGB) by John Harper. */
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf-private.h"
#include "gdk-pixbuf-xlib-private.h"
diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib.c b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib.c
index 340dd31ec..d85943da0 100644
--- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib.c
+++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <X11/Xlib.h>
#include <gdk-pixbuf/gdk-pixbuf-private.h>
#include "gdk-pixbuf-xlib-private.h"
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c
index c741329c0..19fd49473 100644
--- a/demos/gtk-demo/main.c
+++ b/demos/gtk-demo/main.c
@@ -1,4 +1,4 @@
-#include <config.h>
+#include "config.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/demos/pixbuf-demo.c b/demos/pixbuf-demo.c
index dd6923bbc..6c921b5b4 100644
--- a/demos/pixbuf-demo.c
+++ b/demos/pixbuf-demo.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <gtk/gtk.h>
#include <math.h>
diff --git a/demos/pixbuf-init.c b/demos/pixbuf-init.c
index f4faa9a2d..898de4558 100644
--- a/demos/pixbuf-init.c
+++ b/demos/pixbuf-init.c
@@ -1,4 +1,4 @@
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <sys/stat.h>
diff --git a/demos/testanimation.c b/demos/testanimation.c
index 029f69c9b..fa2958507 100644
--- a/demos/testanimation.c
+++ b/demos/testanimation.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/demos/testpixbuf-drawable.c b/demos/testpixbuf-drawable.c
index bcfc8c883..ad4e4a055 100644
--- a/demos/testpixbuf-drawable.c
+++ b/demos/testpixbuf-drawable.c
@@ -1,4 +1,4 @@
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
int
diff --git a/demos/testpixbuf-scale.c b/demos/testpixbuf-scale.c
index e826c0567..d512513f6 100644
--- a/demos/testpixbuf-scale.c
+++ b/demos/testpixbuf-scale.c
@@ -1,4 +1,4 @@
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <stdio.h>
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c
index 6cfd9db23..64357c11a 100644
--- a/demos/testpixbuf.c
+++ b/demos/testpixbuf.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/clist/clist.c b/examples/clist/clist.c
index 6c52751c1..64903b4a1 100644
--- a/examples/clist/clist.c
+++ b/examples/clist/clist.c
@@ -1,5 +1,5 @@
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
/* User clicked the "Add List" button. */
diff --git a/examples/list/list.c b/examples/list/list.c
index 066d2caba..d0d436a38 100644
--- a/examples/list/list.c
+++ b/examples/list/list.c
@@ -1,5 +1,5 @@
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <stdio.h>
diff --git a/examples/pixmap/pixmap.c b/examples/pixmap/pixmap.c
index 8339c7320..6c3e95934 100644
--- a/examples/pixmap/pixmap.c
+++ b/examples/pixmap/pixmap.c
@@ -1,5 +1,5 @@
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
diff --git a/examples/text/text.c b/examples/text/text.c
index 319bedfaa..c3439cbdd 100644
--- a/examples/text/text.c
+++ b/examples/text/text.c
@@ -1,6 +1,6 @@
#define GTK_ENABLE_BROKEN
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <gtk/gtk.h>
diff --git a/examples/tree/tree.c b/examples/tree/tree.c
index ce2f45241..9c3962e6b 100644
--- a/examples/tree/tree.c
+++ b/examples/tree/tree.c
@@ -1,6 +1,6 @@
#define GTK_ENABLE_BROKEN
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
/* for all the GtkItem:: and GtkTreeItem:: signals */
diff --git a/examples/wheelbarrow/wheelbarrow.c b/examples/wheelbarrow/wheelbarrow.c
index 33da0a5b6..0976076db 100644
--- a/examples/wheelbarrow/wheelbarrow.c
+++ b/examples/wheelbarrow/wheelbarrow.c
@@ -1,5 +1,5 @@
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
/* XPM */
diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c
index 321df803a..8431aa8e4 100644
--- a/gdk-pixbuf/gdk-pixbuf-animation.c
+++ b/gdk-pixbuf/gdk-pixbuf-animation.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <errno.h>
#include "gdk-pixbuf-private.h"
#include "gdk-pixbuf-io.h"
diff --git a/gdk-pixbuf/gdk-pixbuf-csource.c b/gdk-pixbuf/gdk-pixbuf-csource.c
index 597815e70..b774d0c18 100644
--- a/gdk-pixbuf/gdk-pixbuf-csource.c
+++ b/gdk-pixbuf/gdk-pixbuf-csource.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"
#define __GTK_H_INSIDE__
#include "../gtk/gtkversion.h" /* versioning */
diff --git a/gdk-pixbuf/gdk-pixbuf-data.c b/gdk-pixbuf/gdk-pixbuf-data.c
index 16b7d9b97..800d64d2a 100644
--- a/gdk-pixbuf/gdk-pixbuf-data.c
+++ b/gdk-pixbuf/gdk-pixbuf-data.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf.h"
#include "gdk-pixbuf-private.h"
#include "gdk-pixbuf-alias.h"
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 4be555ea9..b32e40ed4 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
diff --git a/gdk-pixbuf/gdk-pixbuf-loader.c b/gdk-pixbuf/gdk-pixbuf-loader.c
index cb167ddd4..4f7158954 100644
--- a/gdk-pixbuf/gdk-pixbuf-loader.c
+++ b/gdk-pixbuf/gdk-pixbuf-loader.c
@@ -24,7 +24,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gdk-pixbuf-private.h"
diff --git a/gdk-pixbuf/gdk-pixbuf-scale.c b/gdk-pixbuf/gdk-pixbuf-scale.c
index efb07b7ef..4ede8d868 100644
--- a/gdk-pixbuf/gdk-pixbuf-scale.c
+++ b/gdk-pixbuf/gdk-pixbuf-scale.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
#include "gdk-pixbuf-private.h"
diff --git a/gdk-pixbuf/gdk-pixbuf-util.c b/gdk-pixbuf/gdk-pixbuf-util.c
index 1b0de51f3..53e32403b 100644
--- a/gdk-pixbuf/gdk-pixbuf-util.c
+++ b/gdk-pixbuf/gdk-pixbuf-util.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf-private.h"
#include "gdk-pixbuf-alias.h"
#include <string.h>
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c
index 5fc1ca3fb..7dd9838c1 100644
--- a/gdk-pixbuf/gdk-pixbuf.c
+++ b/gdk-pixbuf/gdk-pixbuf.c
@@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk-pixbuf/gdk-pixdata.c b/gdk-pixbuf/gdk-pixdata.c
index 7de667db1..cdd07107b 100644
--- a/gdk-pixbuf/gdk-pixdata.c
+++ b/gdk-pixbuf/gdk-pixdata.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 "gdk-pixbuf-private.h"
#include "gdk-pixdata.h"
diff --git a/gdk-pixbuf/io-ani-animation.c b/gdk-pixbuf/io-ani-animation.c
index 1b9c8fccb..b3a236cb8 100644
--- a/gdk-pixbuf/io-ani-animation.c
+++ b/gdk-pixbuf/io-ani-animation.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <errno.h>
#include "gdk-pixbuf-io.h"
#include "gdk-pixbuf-private.h"
diff --git a/gdk-pixbuf/io-ani.c b/gdk-pixbuf/io-ani.c
index 00d428eb0..389b2c599 100644
--- a/gdk-pixbuf/io-ani.c
+++ b/gdk-pixbuf/io-ani.c
@@ -23,7 +23,7 @@
#undef DEBUG_ANI
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "gdk-pixbuf-private.h"
diff --git a/gdk-pixbuf/io-bmp.c b/gdk-pixbuf/io-bmp.c
index f8797022d..bdb856eea 100644
--- a/gdk-pixbuf/io-bmp.c
+++ b/gdk-pixbuf/io-bmp.c
@@ -24,7 +24,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
diff --git a/gdk-pixbuf/io-gif-animation.c b/gdk-pixbuf/io-gif-animation.c
index 57d460408..580b05752 100644
--- a/gdk-pixbuf/io-gif-animation.c
+++ b/gdk-pixbuf/io-gif-animation.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <errno.h>
#include "gdk-pixbuf-private.h"
#include "io-gif-animation.h"
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c
index 7ea05ac02..ef5a7213f 100644
--- a/gdk-pixbuf/io-gif.c
+++ b/gdk-pixbuf/io-gif.c
@@ -53,7 +53,7 @@
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c
index 11880888b..4a6bad870 100644
--- a/gdk-pixbuf/io-ico.c
+++ b/gdk-pixbuf/io-ico.c
@@ -34,7 +34,7 @@ Known bugs:
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c
index b360190e4..da59386c1 100644
--- a/gdk-pixbuf/io-jpeg.c
+++ b/gdk-pixbuf/io-jpeg.c
@@ -27,7 +27,7 @@
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c
index 775183fb0..584240db3 100644
--- a/gdk-pixbuf/io-pcx.c
+++ b/gdk-pixbuf/io-pcx.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
#include "gdk-pixbuf-private.h"
diff --git a/gdk-pixbuf/io-png.c b/gdk-pixbuf/io-png.c
index 19379d70d..eecdd0fb4 100644
--- a/gdk-pixbuf/io-png.c
+++ b/gdk-pixbuf/io-png.c
@@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <png.h>
diff --git a/gdk-pixbuf/io-pnm.c b/gdk-pixbuf/io-pnm.c
index e67a6655f..2f9fbaa72 100644
--- a/gdk-pixbuf/io-pnm.c
+++ b/gdk-pixbuf/io-pnm.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk-pixbuf/io-ras.c b/gdk-pixbuf/io-ras.c
index 1eab51603..2a5dae896 100644
--- a/gdk-pixbuf/io-ras.c
+++ b/gdk-pixbuf/io-ras.c
@@ -31,7 +31,7 @@ Known bugs:
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
diff --git a/gdk-pixbuf/io-tga.c b/gdk-pixbuf/io-tga.c
index b3e57ba4c..c35eaef91 100644
--- a/gdk-pixbuf/io-tga.c
+++ b/gdk-pixbuf/io-tga.c
@@ -31,7 +31,7 @@
* - Error handling was designed to be very paranoid.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c
index e5c8b2f8a..90a4ef817 100644
--- a/gdk-pixbuf/io-tiff.c
+++ b/gdk-pixbuf/io-tiff.c
@@ -27,7 +27,7 @@
/* Following code (almost) blatantly ripped from Imlib */
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
diff --git a/gdk-pixbuf/io-wbmp.c b/gdk-pixbuf/io-wbmp.c
index 6d4df971d..a4575b682 100644
--- a/gdk-pixbuf/io-wbmp.c
+++ b/gdk-pixbuf/io-wbmp.c
@@ -29,7 +29,7 @@ Known bugs:
* Since this is based off the libgd implementation, no extended headers implemented (not required for a WAP client)
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
diff --git a/gdk-pixbuf/io-xbm.c b/gdk-pixbuf/io-xbm.c
index 068eb1cf0..05c45ac97 100644
--- a/gdk-pixbuf/io-xbm.c
+++ b/gdk-pixbuf/io-xbm.c
@@ -29,7 +29,7 @@
/* Following code adapted from io-tiff.c, which was ``(almost) blatantly
ripped from Imlib'' */
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c
index 42fda94af..4d57cf2da 100644
--- a/gdk-pixbuf/io-xpm.c
+++ b/gdk-pixbuf/io-xpm.c
@@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk-pixbuf/make-inline-pixbuf.c b/gdk-pixbuf/make-inline-pixbuf.c
index 079d37d37..f100820f7 100644
--- a/gdk-pixbuf/make-inline-pixbuf.c
+++ b/gdk-pixbuf/make-inline-pixbuf.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk-pixbuf-private.h"
#include <glib/gstdio.h>
#include <errno.h>
diff --git a/gdk-pixbuf/pixops/pixops.c b/gdk-pixbuf/pixops/pixops.c
index 3e5a734fb..3d01edaf2 100644
--- a/gdk-pixbuf/pixops/pixops.c
+++ b/gdk-pixbuf/pixops/pixops.c
@@ -19,7 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <glib.h>
diff --git a/gdk-pixbuf/pixops/timescale.c b/gdk-pixbuf/pixops/timescale.c
index 71ca5dbcf..cac11d9c1 100644
--- a/gdk-pixbuf/pixops/timescale.c
+++ b/gdk-pixbuf/pixops/timescale.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 <glib.h>
#include <string.h>
#include <stdlib.h>
diff --git a/gdk-pixbuf/queryloaders.c b/gdk-pixbuf/queryloaders.c
index bf98b1042..acb19fa36 100644
--- a/gdk-pixbuf/queryloaders.c
+++ b/gdk-pixbuf/queryloaders.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <glib/gprintf.h>
diff --git a/gdk-pixbuf/test-gdk-pixbuf.c b/gdk-pixbuf/test-gdk-pixbuf.c
index 0732ee8cb..b2d565a90 100644
--- a/gdk-pixbuf/test-gdk-pixbuf.c
+++ b/gdk-pixbuf/test-gdk-pixbuf.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gdk-pixbuf.h"
diff --git a/gdk/directfb/gdkapplaunchcontext-directfb.c b/gdk/directfb/gdkapplaunchcontext-directfb.c
index f838ad23e..05a5ae340 100644
--- a/gdk/directfb/gdkapplaunchcontext-directfb.c
+++ b/gdk/directfb/gdkapplaunchcontext-directfb.c
@@ -20,7 +20,7 @@
Author: Matthias Clasen <mclasen@redhat.com>
*/
-#include <config.h>
+#include "config.h"
#include "gdkapplaunchcontext.h"
diff --git a/gdk/directfb/gdkcursor-directfb.c b/gdk/directfb/gdkcursor-directfb.c
index 5c2f92ea2..f753cfa8c 100644
--- a/gdk/directfb/gdkcursor-directfb.c
+++ b/gdk/directfb/gdkcursor-directfb.c
@@ -29,7 +29,7 @@
* Written by Denis Oliver Kropp <dok@convergence.de> and
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkdirectfb.h"
diff --git a/gdk/directfb/gdkdisplay-directfb.c b/gdk/directfb/gdkdisplay-directfb.c
index a54a83146..ef9a1c2a4 100644
--- a/gdk/directfb/gdkdisplay-directfb.c
+++ b/gdk/directfb/gdkdisplay-directfb.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include "gdk.h"
diff --git a/gdk/directfb/gdkdnd-directfb.c b/gdk/directfb/gdkdnd-directfb.c
index fd2022300..269127900 100644
--- a/gdk/directfb/gdkdnd-directfb.c
+++ b/gdk/directfb/gdkdnd-directfb.c
@@ -30,7 +30,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkdirectfb.h"
#include "gdkprivate-directfb.h"
diff --git a/gdk/directfb/gdkdrawable-directfb.c b/gdk/directfb/gdkdrawable-directfb.c
index 516e34aa7..e198881b8 100644
--- a/gdk/directfb/gdkdrawable-directfb.c
+++ b/gdk/directfb/gdkdrawable-directfb.c
@@ -30,7 +30,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include <assert.h>
diff --git a/gdk/directfb/gdkfont-directfb.c b/gdk/directfb/gdkfont-directfb.c
index 4965ee3c6..a778a52c7 100644
--- a/gdk/directfb/gdkfont-directfb.c
+++ b/gdk/directfb/gdkfont-directfb.c
@@ -32,7 +32,7 @@
#undef GDK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include <string.h>
diff --git a/gdk/directfb/gdkgc-directfb.c b/gdk/directfb/gdkgc-directfb.c
index a1b329ee0..e9cf2ec09 100644
--- a/gdk/directfb/gdkgc-directfb.c
+++ b/gdk/directfb/gdkgc-directfb.c
@@ -32,7 +32,7 @@
#undef GDK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include <string.h>
diff --git a/gdk/directfb/gdkglobals-directfb.c b/gdk/directfb/gdkglobals-directfb.c
index 021b5e2c6..fbfd863a5 100644
--- a/gdk/directfb/gdkglobals-directfb.c
+++ b/gdk/directfb/gdkglobals-directfb.c
@@ -30,7 +30,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkdirectfb.h"
diff --git a/gdk/directfb/gdkimage-directfb.c b/gdk/directfb/gdkimage-directfb.c
index ff65bb648..7f73ca31e 100644
--- a/gdk/directfb/gdkimage-directfb.c
+++ b/gdk/directfb/gdkimage-directfb.c
@@ -30,7 +30,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
diff --git a/gdk/directfb/gdkinput-directfb.c b/gdk/directfb/gdkinput-directfb.c
index b8a841954..4c780a143 100644
--- a/gdk/directfb/gdkinput-directfb.c
+++ b/gdk/directfb/gdkinput-directfb.c
@@ -31,7 +31,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkdirectfb.h"
diff --git a/gdk/directfb/gdkkeys-directfb.c b/gdk/directfb/gdkkeys-directfb.c
index 48d2c5cac..e87b67834 100644
--- a/gdk/directfb/gdkkeys-directfb.c
+++ b/gdk/directfb/gdkkeys-directfb.c
@@ -30,7 +30,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include <stdlib.h>
diff --git a/gdk/directfb/gdkmain-directfb.c b/gdk/directfb/gdkmain-directfb.c
index cbc72ab09..8172d4739 100644
--- a/gdk/directfb/gdkmain-directfb.c
+++ b/gdk/directfb/gdkmain-directfb.c
@@ -39,7 +39,7 @@
Michael Emmel
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#include "gdk.h"
diff --git a/gdk/directfb/gdkpixmap-directfb.c b/gdk/directfb/gdkpixmap-directfb.c
index 9f4115d56..198b93ccd 100644
--- a/gdk/directfb/gdkpixmap-directfb.c
+++ b/gdk/directfb/gdkpixmap-directfb.c
@@ -31,7 +31,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include <stdlib.h>
diff --git a/gdk/directfb/gdkproperty-directfb.c b/gdk/directfb/gdkproperty-directfb.c
index 4536a204c..9ee4cbb72 100644
--- a/gdk/directfb/gdkproperty-directfb.c
+++ b/gdk/directfb/gdkproperty-directfb.c
@@ -30,7 +30,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include <string.h>
diff --git a/gdk/directfb/gdkspawn-directfb.c b/gdk/directfb/gdkspawn-directfb.c
index cd1d158a7..228dd4664 100644
--- a/gdk/directfb/gdkspawn-directfb.c
+++ b/gdk/directfb/gdkspawn-directfb.c
@@ -19,7 +19,7 @@
* Authors: Mark McLoughlin <mark@skynet.ie>
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include "gdk.h"
#include "gdkspawn.h"
diff --git a/gdk/directfb/gdkwindow-directfb.c b/gdk/directfb/gdkwindow-directfb.c
index 65765ca6e..22429b755 100644
--- a/gdk/directfb/gdkwindow-directfb.c
+++ b/gdk/directfb/gdkwindow-directfb.c
@@ -31,7 +31,7 @@
* Sven Neumann <sven@convergence.de>
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkwindow.h"
diff --git a/gdk/gdk.c b/gdk/gdk.c
index a61543ae5..53667a07a 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/gdk/gdkapplaunchcontext.c b/gdk/gdkapplaunchcontext.c
index 1128adb76..04c83b5eb 100644
--- a/gdk/gdkapplaunchcontext.c
+++ b/gdk/gdkapplaunchcontext.c
@@ -20,7 +20,7 @@
Author: Alexander Larsson <alexl@redhat.com>
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
diff --git a/gdk/gdkcolor.c b/gdk/gdkcolor.c
index 6a513a3e2..423bc98fb 100644
--- a/gdk/gdkcolor.c
+++ b/gdk/gdkcolor.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <time.h>
#include "gdkscreen.h"
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index 23cb95257..bdd0feb6d 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkcursor.h"
#include "gdkdisplay.h"
#include "gdkinternals.h"
diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c
index 769d08696..2a5b92c3b 100644
--- a/gdk/gdkdisplay.c
+++ b/gdk/gdkdisplay.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include "gdk.h" /* gdk_event_send_client_message() */
#include "gdkdisplay.h"
diff --git a/gdk/gdkdisplaymanager.c b/gdk/gdkdisplaymanager.c
index 77c5a0578..9c0cb48cf 100644
--- a/gdk/gdkdisplaymanager.c
+++ b/gdk/gdkdisplaymanager.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkscreen.h"
#include "gdkdisplay.h"
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index 87d18a5c4..1d671c48c 100644
--- a/gdk/gdkdnd.c
+++ b/gdk/gdkdnd.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <gdkdnd.h>
#include <gdkdrawable.h>
#include <gdkdisplay.h>
diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c
index 66cac1629..0876695a6 100644
--- a/gdk/gdkdraw.c
+++ b/gdk/gdkdraw.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <pango/pangocairo.h>
#include "gdkcairo.h"
diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c
index adc6a1b84..2cb32382f 100644
--- a/gdk/gdkevents.c
+++ b/gdk/gdkevents.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h> /* For memset() */
#include "gdk.h"
diff --git a/gdk/gdkfont.c b/gdk/gdkfont.c
index f549cbdce..4c848dde7 100644
--- a/gdk/gdkfont.c
+++ b/gdk/gdkfont.c
@@ -26,7 +26,7 @@
#undef GDK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gdkdisplay.h"
#include "gdkfont.h"
#include "gdkinternals.h"
diff --git a/gdk/gdkgc.c b/gdk/gdkgc.c
index 07e3b0a7b..f3389c70e 100644
--- a/gdk/gdkgc.c
+++ b/gdk/gdkgc.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gdkcairo.h"
diff --git a/gdk/gdkglobals.c b/gdk/gdkglobals.c
index 4a512fea1..35e9908a2 100644
--- a/gdk/gdkglobals.c
+++ b/gdk/gdkglobals.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
diff --git a/gdk/gdkimage.c b/gdk/gdkimage.c
index db47ebe36..22a798642 100644
--- a/gdk/gdkimage.c
+++ b/gdk/gdkimage.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <sys/types.h>
diff --git a/gdk/gdkkeynames.c b/gdk/gdkkeynames.c
index f4c5faf33..6b155bcea 100644
--- a/gdk/gdkkeynames.c
+++ b/gdk/gdkkeynames.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <glib/gprintf.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index 5c1bbdd98..30a6a314b 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkdisplay.h"
#include "gdkkeys.h"
diff --git a/gdk/gdkkeyuni.c b/gdk/gdkkeyuni.c
index 010a24149..4282597da 100644
--- a/gdk/gdkkeyuni.c
+++ b/gdk/gdkkeyuni.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkalias.h"
diff --git a/gdk/gdkmedialib.c b/gdk/gdkmedialib.c
index 5fdd9d4ab..0a2301208 100644
--- a/gdk/gdkmedialib.c
+++ b/gdk/gdkmedialib.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <dlfcn.h>
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c
index 1caec30e9..0a484b535 100644
--- a/gdk/gdkpango.c
+++ b/gdk/gdkpango.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <pango/pangocairo.h>
#include "gdkcairo.h"
diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf-drawable.c
index c2f2a06c7..98c399be0 100644
--- a/gdk/gdkpixbuf-drawable.c
+++ b/gdk/gdkpixbuf-drawable.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
#include "gdkcolor.h"
diff --git a/gdk/gdkpixbuf-render.c b/gdk/gdkpixbuf-render.c
index 0c883a4f9..a702e2e7c 100644
--- a/gdk/gdkpixbuf-render.c
+++ b/gdk/gdkpixbuf-render.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gdk/gdk.h>
#include "gdk-pixbuf-private.h"
#include "gdkpixbuf.h"
diff --git a/gdk/gdkpixmap.c b/gdk/gdkpixmap.c
index fdd9764e1..c717b9afb 100644
--- a/gdk/gdkpixmap.c
+++ b/gdk/gdkpixmap.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkpixmap.h"
#include "gdkinternals.h"
#include "gdkpixbuf.h"
diff --git a/gdk/gdkpolyreg-generic.c b/gdk/gdkpolyreg-generic.c
index 91c8474a6..95433383a 100644
--- a/gdk/gdkpolyreg-generic.c
+++ b/gdk/gdkpolyreg-generic.c
@@ -46,7 +46,7 @@ SOFTWARE.
#define LARGE_COORDINATE 1000000
#define SMALL_COORDINATE -LARGE_COORDINATE
-#include <config.h>
+#include "config.h"
#include <gdkregion.h>
#include "gdkregion-generic.h"
#include "gdkpoly-generic.h"
diff --git a/gdk/gdkrectangle.c b/gdk/gdkrectangle.c
index c9d983b8e..17d7e0038 100644
--- a/gdk/gdkrectangle.c
+++ b/gdk/gdkrectangle.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <gdk/gdk.h>
#include "gdkalias.h"
diff --git a/gdk/gdkregion-generic.c b/gdk/gdkregion-generic.c
index 178468332..f835ab7d6 100644
--- a/gdk/gdkregion-generic.c
+++ b/gdk/gdkregion-generic.c
@@ -68,7 +68,7 @@ SOFTWARE.
* the y-x-banding that's so nice to have...
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <gdkregion.h>
diff --git a/gdk/gdkrgb.c b/gdk/gdkrgb.c
index 2e93ef374..3d8470d8b 100644
--- a/gdk/gdkrgb.c
+++ b/gdk/gdkrgb.c
@@ -29,7 +29,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c
index 3695973c5..d91a9d297 100644
--- a/gdk/gdkscreen.c
+++ b/gdk/gdkscreen.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h" /* For gdk_rectangle_intersect() */
#include "gdkcolor.h"
#include "gdkwindow.h"
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c
index 3a6b29fa0..0587fc75a 100644
--- a/gdk/gdkselection.c
+++ b/gdk/gdkselection.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkproperty.h"
#include "gdkdisplay.h"
#include "gdkselection.h"
diff --git a/gdk/gdkvisual.c b/gdk/gdkvisual.c
index 907fc6284..b314dcaf1 100644
--- a/gdk/gdkvisual.c
+++ b/gdk/gdkvisual.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkvisual.h"
#include "gdkscreen.h"
#include "gdkalias.h"
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 4e9d6e82b..28064aecf 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkwindow.h"
#include "gdkinternals.h"
#include "gdk.h" /* For gdk_rectangle_union() */
diff --git a/gdk/quartz/gdkapplaunchcontext-quartz.c b/gdk/quartz/gdkapplaunchcontext-quartz.c
index 769e4766e..ce0b9c282 100644
--- a/gdk/quartz/gdkapplaunchcontext-quartz.c
+++ b/gdk/quartz/gdkapplaunchcontext-quartz.c
@@ -20,7 +20,7 @@
Author: Matthias Clasen <mclasen@redhat.com>
*/
-#include <config.h>
+#include "config.h"
#include "gdkapplaunchcontext.h"
diff --git a/gdk/quartz/gdkcolor-quartz.c b/gdk/quartz/gdkcolor-quartz.c
index 7b15a9e8d..78062440c 100644
--- a/gdk/quartz/gdkcolor-quartz.c
+++ b/gdk/quartz/gdkcolor-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkcolor.h"
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkcursor-quartz.c b/gdk/quartz/gdkcursor-quartz.c
index fa4eabed9..2431eb8aa 100644
--- a/gdk/quartz/gdkcursor-quartz.c
+++ b/gdk/quartz/gdkcursor-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkdisplay.h"
#include "gdkcursor.h"
diff --git a/gdk/quartz/gdkdisplay-quartz.c b/gdk/quartz/gdkdisplay-quartz.c
index 66d68f5ea..06e2319ef 100644
--- a/gdk/quartz/gdkdisplay-quartz.c
+++ b/gdk/quartz/gdkdisplay-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkdrawable-quartz.c b/gdk/quartz/gdkdrawable-quartz.c
index 7bcda9035..b769773bd 100644
--- a/gdk/quartz/gdkdrawable-quartz.c
+++ b/gdk/quartz/gdkdrawable-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <cairo-quartz.h>
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkeventloop-quartz.c b/gdk/quartz/gdkeventloop-quartz.c
index 9c8b44387..97f771d05 100644
--- a/gdk/quartz/gdkeventloop-quartz.c
+++ b/gdk/quartz/gdkeventloop-quartz.c
@@ -1,4 +1,4 @@
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <pthread.h>
diff --git a/gdk/quartz/gdkevents-quartz.c b/gdk/quartz/gdkevents-quartz.c
index 160be04e2..44920061b 100644
--- a/gdk/quartz/gdkevents-quartz.c
+++ b/gdk/quartz/gdkevents-quartz.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <sys/types.h>
#include <sys/sysctl.h>
#include <pthread.h>
diff --git a/gdk/quartz/gdkfont-quartz.c b/gdk/quartz/gdkfont-quartz.c
index 0294aa2b2..2857cd5d2 100644
--- a/gdk/quartz/gdkfont-quartz.c
+++ b/gdk/quartz/gdkfont-quartz.c
@@ -19,7 +19,7 @@
*/
-#include <config.h>
+#include "config.h"
#include "gdkfont.h"
diff --git a/gdk/quartz/gdkgc-quartz.c b/gdk/quartz/gdkgc-quartz.c
index 3f1fe0373..601e62ede 100644
--- a/gdk/quartz/gdkgc-quartz.c
+++ b/gdk/quartz/gdkgc-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkgc.h"
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkgeometry-quartz.c b/gdk/quartz/gdkgeometry-quartz.c
index 7e4ec5eec..76e919d59 100644
--- a/gdk/quartz/gdkgeometry-quartz.c
+++ b/gdk/quartz/gdkgeometry-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkglobals-quartz.c b/gdk/quartz/gdkglobals-quartz.c
index d60485604..6dd43dc44 100644
--- a/gdk/quartz/gdkglobals-quartz.c
+++ b/gdk/quartz/gdkglobals-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdktypes.h"
#include "gdkprivate.h"
diff --git a/gdk/quartz/gdkim-quartz.c b/gdk/quartz/gdkim-quartz.c
index 37bd5f777..c602ecc2b 100644
--- a/gdk/quartz/gdkim-quartz.c
+++ b/gdk/quartz/gdkim-quartz.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <locale.h>
diff --git a/gdk/quartz/gdkimage-quartz.c b/gdk/quartz/gdkimage-quartz.c
index 1d5092d32..40b120563 100644
--- a/gdk/quartz/gdkimage-quartz.c
+++ b/gdk/quartz/gdkimage-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkimage.h"
diff --git a/gdk/quartz/gdkinput-old.c b/gdk/quartz/gdkinput-old.c
index d3b79d71c..ad636ca5f 100644
--- a/gdk/quartz/gdkinput-old.c
+++ b/gdk/quartz/gdkinput-old.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkinput.h"
diff --git a/gdk/quartz/gdkinput.c b/gdk/quartz/gdkinput.c
index 7615fbe94..280af5e30 100644
--- a/gdk/quartz/gdkinput.c
+++ b/gdk/quartz/gdkinput.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkkeys-quartz.c b/gdk/quartz/gdkkeys-quartz.c
index e9db7e4c9..75017af1a 100644
--- a/gdk/quartz/gdkkeys-quartz.c
+++ b/gdk/quartz/gdkkeys-quartz.c
@@ -49,7 +49,7 @@
* prior written authorization.
*/
-#include <config.h>
+#include "config.h"
#include <Carbon/Carbon.h>
#include <AppKit/NSEvent.h>
diff --git a/gdk/quartz/gdkmain-quartz.c b/gdk/quartz/gdkmain-quartz.c
index edd304b42..6e82478ea 100644
--- a/gdk/quartz/gdkmain-quartz.c
+++ b/gdk/quartz/gdkmain-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <dlfcn.h>
#include "gdk.h"
diff --git a/gdk/quartz/gdkpixmap-quartz.c b/gdk/quartz/gdkpixmap-quartz.c
index 740321dca..73b7ddef6 100644
--- a/gdk/quartz/gdkpixmap-quartz.c
+++ b/gdk/quartz/gdkpixmap-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkpixmap.h"
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkprivate-quartz.h b/gdk/quartz/gdkprivate-quartz.h
index 859a802b8..813b2f75c 100644
--- a/gdk/quartz/gdkprivate-quartz.h
+++ b/gdk/quartz/gdkprivate-quartz.h
@@ -32,7 +32,7 @@
#include "gdkinternals.h"
-#include <config.h>
+#include "config.h"
#define GDK_TYPE_GC_QUARTZ (_gdk_gc_quartz_get_type ())
#define GDK_GC_QUARTZ(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_GC_QUARTZ, GdkGCQuartz))
diff --git a/gdk/quartz/gdkproperty-quartz.c b/gdk/quartz/gdkproperty-quartz.c
index d24ea7d5f..3496b5c1d 100644
--- a/gdk/quartz/gdkproperty-quartz.c
+++ b/gdk/quartz/gdkproperty-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkproperty.h"
diff --git a/gdk/quartz/gdkscreen-quartz.c b/gdk/quartz/gdkscreen-quartz.c
index e966d0ad5..b2205bd58 100644
--- a/gdk/quartz/gdkscreen-quartz.c
+++ b/gdk/quartz/gdkscreen-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkselection-quartz.c b/gdk/quartz/gdkselection-quartz.c
index 29e15b425..c327eb9ef 100644
--- a/gdk/quartz/gdkselection-quartz.c
+++ b/gdk/quartz/gdkselection-quartz.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkselection.h"
#include "gdkproperty.h"
diff --git a/gdk/quartz/gdkspawn-quartz.c b/gdk/quartz/gdkspawn-quartz.c
index 8f6e3d85f..8f0df2096 100644
--- a/gdk/quartz/gdkspawn-quartz.c
+++ b/gdk/quartz/gdkspawn-quartz.c
@@ -19,7 +19,7 @@
* Authors: Mark McLoughlin <mark@skynet.ie>
*/
-#include <config.h>
+#include "config.h"
#include "gdkspawn.h"
diff --git a/gdk/quartz/gdktestutils-quartz.c b/gdk/quartz/gdktestutils-quartz.c
index 596eccf57..f62baa461 100644
--- a/gdk/quartz/gdktestutils-quartz.c
+++ b/gdk/quartz/gdktestutils-quartz.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 <gdk/gdktestutils.h>
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkinternals.h>
diff --git a/gdk/quartz/gdkvisual-quartz.c b/gdk/quartz/gdkvisual-quartz.c
index 1dd068e2e..a1d62d10a 100644
--- a/gdk/quartz/gdkvisual-quartz.c
+++ b/gdk/quartz/gdkvisual-quartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkvisual.h"
#include "gdkprivate-quartz.h"
diff --git a/gdk/quartz/gdkwindow-quartz.c b/gdk/quartz/gdkwindow-quartz.c
index 93c655c29..049842658 100644
--- a/gdk/quartz/gdkwindow-quartz.c
+++ b/gdk/quartz/gdkwindow-quartz.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <Carbon/Carbon.h>
#include "gdk.h"
diff --git a/gdk/testgdk.c b/gdk/testgdk.c
index 5971ad53e..6a38b54d1 100644
--- a/gdk/testgdk.c
+++ b/gdk/testgdk.c
@@ -35,7 +35,7 @@
* into separate functions.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/win32/bdfcursor.c b/gdk/win32/bdfcursor.c
index 8f75b3b48..599f36574 100644
--- a/gdk/win32/bdfcursor.c
+++ b/gdk/win32/bdfcursor.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdio.h>
#include <errno.h>
diff --git a/gdk/win32/gdkapplaunchcontext-win32.c b/gdk/win32/gdkapplaunchcontext-win32.c
index 39a53e939..8a7323c51 100644
--- a/gdk/win32/gdkapplaunchcontext-win32.c
+++ b/gdk/win32/gdkapplaunchcontext-win32.c
@@ -20,7 +20,7 @@
Author: Matthias Clasen <mclasen@redhat.com>
*/
-#include <config.h>
+#include "config.h"
#include "gdkapplaunchcontext.h"
diff --git a/gdk/win32/gdkcolor-win32.c b/gdk/win32/gdkcolor-win32.c
index 01ecec80c..546c91a64 100644
--- a/gdk/win32/gdkcolor-win32.c
+++ b/gdk/win32/gdkcolor-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c
index 93710191f..ca87de421 100644
--- a/gdk/win32/gdkcursor-win32.c
+++ b/gdk/win32/gdkcursor-win32.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#define GDK_PIXBUF_ENABLE_BACKEND /* Ugly? */
#include "gdkdisplay.h"
#include "gdkscreen.h"
diff --git a/gdk/win32/gdkdisplay-win32.c b/gdk/win32/gdkdisplay-win32.c
index 1874c608e..1f09e00ce 100644
--- a/gdk/win32/gdkdisplay-win32.c
+++ b/gdk/win32/gdkdisplay-win32.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkprivate-win32.h"
diff --git a/gdk/win32/gdkdnd-win32.c b/gdk/win32/gdkdnd-win32.c
index d397ebf57..864470182 100644
--- a/gdk/win32/gdkdnd-win32.c
+++ b/gdk/win32/gdkdnd-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
/* #define OLE2_DND */
diff --git a/gdk/win32/gdkdrawable-win32.c b/gdk/win32/gdkdrawable-win32.c
index acd6b2ceb..e762ae0f0 100644
--- a/gdk/win32/gdkdrawable-win32.c
+++ b/gdk/win32/gdkdrawable-win32.c
@@ -26,7 +26,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <stdio.h>
#include <glib.h>
diff --git a/gdk/win32/gdkevents-win32.c b/gdk/win32/gdkevents-win32.c
index 2711167bf..f3a95953b 100644
--- a/gdk/win32/gdkevents-win32.c
+++ b/gdk/win32/gdkevents-win32.c
@@ -40,7 +40,7 @@
* not have TrackMouseEvent at all (?) --hb
*/
-#include <config.h>
+#include "config.h"
#include <glib/gprintf.h>
diff --git a/gdk/win32/gdkfont-win32.c b/gdk/win32/gdkfont-win32.c
index f100cd556..29b4f743f 100644
--- a/gdk/win32/gdkfont-win32.c
+++ b/gdk/win32/gdkfont-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
diff --git a/gdk/win32/gdkgc-win32.c b/gdk/win32/gdkgc-win32.c
index e2db1e410..c255f4b15 100644
--- a/gdk/win32/gdkgc-win32.c
+++ b/gdk/win32/gdkgc-win32.c
@@ -29,7 +29,7 @@
#define LINE_ATTRIBUTES (GDK_GC_LINE_WIDTH|GDK_GC_LINE_STYLE| \
GDK_GC_CAP_STYLE|GDK_GC_JOIN_STYLE)
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gdkgc.h"
diff --git a/gdk/win32/gdkgeometry-win32.c b/gdk/win32/gdkgeometry-win32.c
index e51ba52c6..2297fc413 100644
--- a/gdk/win32/gdkgeometry-win32.c
+++ b/gdk/win32/gdkgeometry-win32.c
@@ -38,7 +38,7 @@
* so that big window emulation finally works.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h" /* For gdk_rectangle_intersect */
#include "gdkregion.h"
#include "gdkregion-generic.h"
diff --git a/gdk/win32/gdkglobals-win32.c b/gdk/win32/gdkglobals-win32.c
index 7e6cd2d4b..3f0f74941 100644
--- a/gdk/win32/gdkglobals-win32.c
+++ b/gdk/win32/gdkglobals-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdktypes.h"
#include "gdkprivate-win32.h"
diff --git a/gdk/win32/gdkim-win32.c b/gdk/win32/gdkim-win32.c
index b709653fd..b621721f5 100644
--- a/gdk/win32/gdkim-win32.c
+++ b/gdk/win32/gdkim-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/win32/gdkimage-win32.c b/gdk/win32/gdkimage-win32.c
index 576bba7e6..9a5aaf582 100644
--- a/gdk/win32/gdkimage-win32.c
+++ b/gdk/win32/gdkimage-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkimage.h"
#include "gdkpixmap.h"
#include "gdkscreen.h" /* gdk_screen_get_default() */
diff --git a/gdk/win32/gdkinput-win32.c b/gdk/win32/gdkinput-win32.c
index 44472dbfa..619a1c258 100644
--- a/gdk/win32/gdkinput-win32.c
+++ b/gdk/win32/gdkinput-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
diff --git a/gdk/win32/gdkinput.c b/gdk/win32/gdkinput.c
index 4ec504a8d..477f4e383 100644
--- a/gdk/win32/gdkinput.c
+++ b/gdk/win32/gdkinput.c
@@ -31,7 +31,7 @@
* be in x11/gdkinput-x11.c.
*/
-#include <config.h>
+#include "config.h"
#include "gdkdisplay.h"
#include "gdkinput.h"
diff --git a/gdk/win32/gdkkeys-win32.c b/gdk/win32/gdkkeys-win32.c
index 65310cc90..99fe98adc 100644
--- a/gdk/win32/gdkkeys-win32.c
+++ b/gdk/win32/gdkkeys-win32.c
@@ -36,7 +36,7 @@
#include "gdkinternals.h"
#include "gdkkeysyms.h"
-#include <config.h>
+#include "config.h"
guint _gdk_keymap_serial = 0;
gboolean _gdk_keyboard_has_altgr = FALSE;
diff --git a/gdk/win32/gdkmain-win32.c b/gdk/win32/gdkmain-win32.c
index f156c0ca8..8999008d1 100644
--- a/gdk/win32/gdkmain-win32.c
+++ b/gdk/win32/gdkmain-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <glib/gprintf.h>
#include <stdlib.h>
diff --git a/gdk/win32/gdkpixmap-win32.c b/gdk/win32/gdkpixmap-win32.c
index 8f647b206..911fa9ddb 100644
--- a/gdk/win32/gdkpixmap-win32.c
+++ b/gdk/win32/gdkpixmap-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/gdk/win32/gdkprivate-win32.h b/gdk/win32/gdkprivate-win32.h
index 8c720083d..7864026aa 100644
--- a/gdk/win32/gdkprivate-win32.h
+++ b/gdk/win32/gdkprivate-win32.h
@@ -41,7 +41,7 @@
#include "gdkinternals.h"
-#include <config.h>
+#include "config.h"
/* Make up for some minor w32api or MSVC6 header lossage */
diff --git a/gdk/win32/gdkproperty-win32.c b/gdk/win32/gdkproperty-win32.c
index 1102f8850..0617e4c98 100644
--- a/gdk/win32/gdkproperty-win32.c
+++ b/gdk/win32/gdkproperty-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <glib/gprintf.h>
diff --git a/gdk/win32/gdkscreen-win32.c b/gdk/win32/gdkscreen-win32.c
index c9b873bc8..73eb93e0f 100644
--- a/gdk/win32/gdkscreen-win32.c
+++ b/gdk/win32/gdkscreen-win32.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkprivate-win32.h"
diff --git a/gdk/win32/gdkselection-win32.c b/gdk/win32/gdkselection-win32.c
index 7e9c8d971..5f90dc308 100644
--- a/gdk/win32/gdkselection-win32.c
+++ b/gdk/win32/gdkselection-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/gdk/win32/gdkspawn-win32.c b/gdk/win32/gdkspawn-win32.c
index 8f6e3d85f..8f0df2096 100644
--- a/gdk/win32/gdkspawn-win32.c
+++ b/gdk/win32/gdkspawn-win32.c
@@ -19,7 +19,7 @@
* Authors: Mark McLoughlin <mark@skynet.ie>
*/
-#include <config.h>
+#include "config.h"
#include "gdkspawn.h"
diff --git a/gdk/win32/gdkvisual-win32.c b/gdk/win32/gdkvisual-win32.c
index ad821a3be..cd26acde9 100644
--- a/gdk/win32/gdkvisual-win32.c
+++ b/gdk/win32/gdkvisual-win32.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gdkvisual.h"
diff --git a/gdk/win32/gdkwin32id.c b/gdk/win32/gdkwin32id.c
index b5d1025cd..2601ca331 100644
--- a/gdk/win32/gdkwin32id.c
+++ b/gdk/win32/gdkwin32id.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <gdk/gdk.h>
#include "gdkprivate-win32.h"
diff --git a/gdk/win32/gdkwindow-win32.c b/gdk/win32/gdkwindow-win32.c
index 09129d3f3..1a1661745 100644
--- a/gdk/win32/gdkwindow-win32.c
+++ b/gdk/win32/gdkwindow-win32.c
@@ -27,7 +27,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gdk.h"
diff --git a/gdk/x11/gdkapplaunchcontext-x11.c b/gdk/x11/gdkapplaunchcontext-x11.c
index bebe5933d..a7ee43398 100644
--- a/gdk/x11/gdkapplaunchcontext-x11.c
+++ b/gdk/x11/gdkapplaunchcontext-x11.c
@@ -20,7 +20,7 @@
Author: Alexander Larsson <alexl@redhat.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <unistd.h>
diff --git a/gdk/x11/gdkasync.c b/gdk/x11/gdkasync.c
index 633666006..3f90d5944 100644
--- a/gdk/x11/gdkasync.c
+++ b/gdk/x11/gdkasync.c
@@ -43,7 +43,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-#include <config.h>
+#include "config.h"
#ifdef NEED_XIPROTO_H_FOR_XREPLY
#include <X11/extensions/XIproto.h>
#endif
diff --git a/gdk/x11/gdkcolor-x11.c b/gdk/x11/gdkcolor-x11.c
index 4531c99a2..35c18b85b 100644
--- a/gdk/x11/gdkcolor-x11.c
+++ b/gdk/x11/gdkcolor-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <time.h>
#include "gdkcolor.h"
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c
index 7162365cd..18431901a 100644
--- a/gdk/x11/gdkcursor-x11.c
+++ b/gdk/x11/gdkcursor-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#define GDK_PIXBUF_ENABLE_BACKEND
diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c
index 1cb5f67b7..08b77da0e 100644
--- a/gdk/x11/gdkdisplay-x11.c
+++ b/gdk/x11/gdkdisplay-x11.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c
index f91043133..62a2d8c0f 100644
--- a/gdk/x11/gdkdnd-x11.c
+++ b/gdk/x11/gdkdnd-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <string.h>
diff --git a/gdk/x11/gdkdrawable-x11.c b/gdk/x11/gdkdrawable-x11.c
index 67ba37ca8..a19c7a2e2 100644
--- a/gdk/x11/gdkdrawable-x11.c
+++ b/gdk/x11/gdkdrawable-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkx.h"
#include "gdkregion-generic.h"
diff --git a/gdk/x11/gdkdrawable-x11.h b/gdk/x11/gdkdrawable-x11.h
index 18f5baf08..7ff60085a 100644
--- a/gdk/x11/gdkdrawable-x11.h
+++ b/gdk/x11/gdkdrawable-x11.h
@@ -27,7 +27,7 @@
#ifndef __GDK_DRAWABLE_X11_H__
#define __GDK_DRAWABLE_X11_H__
-#include <config.h>
+#include "config.h"
#include <gdk/gdkdrawable.h>
diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c
index 500b0b444..3e4eb1e36 100644
--- a/gdk/x11/gdkevents-x11.c
+++ b/gdk/x11/gdkevents-x11.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h"
#include "gdkprivate-x11.h"
diff --git a/gdk/x11/gdkfont-x11.c b/gdk/x11/gdkfont-x11.c
index 846ea535a..e47df1f1f 100644
--- a/gdk/x11/gdkfont-x11.c
+++ b/gdk/x11/gdkfont-x11.c
@@ -26,7 +26,7 @@
#undef GDK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xos.h>
#include <locale.h>
diff --git a/gdk/x11/gdkgc-x11.c b/gdk/x11/gdkgc-x11.c
index c7c6fce38..8c3e34071 100644
--- a/gdk/x11/gdkgc-x11.c
+++ b/gdk/x11/gdkgc-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkgc.h"
#include "gdkprivate-x11.h"
diff --git a/gdk/x11/gdkgeometry-x11.c b/gdk/x11/gdkgeometry-x11.c
index 74c46eb2b..dcd5627d9 100644
--- a/gdk/x11/gdkgeometry-x11.c
+++ b/gdk/x11/gdkgeometry-x11.c
@@ -129,7 +129,7 @@
* unless the user has a _really_ huge screen.
*/
-#include <config.h>
+#include "config.h"
#include "gdk.h" /* For gdk_rectangle_intersect */
#include "gdkprivate-x11.h"
#include "gdkx.h"
diff --git a/gdk/x11/gdkglobals-x11.c b/gdk/x11/gdkglobals-x11.c
index f769caadc..63dc166f0 100644
--- a/gdk/x11/gdkglobals-x11.c
+++ b/gdk/x11/gdkglobals-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include "gdktypes.h"
diff --git a/gdk/x11/gdkim-x11.c b/gdk/x11/gdkim-x11.c
index b3044432d..5e00ac325 100644
--- a/gdk/x11/gdkim-x11.c
+++ b/gdk/x11/gdkim-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <locale.h>
#include <stdlib.h>
diff --git a/gdk/x11/gdkimage-x11.c b/gdk/x11/gdkimage-x11.c
index 1c7e86d91..6bc1a79ef 100644
--- a/gdk/x11/gdkimage-x11.c
+++ b/gdk/x11/gdkimage-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <sys/types.h>
diff --git a/gdk/x11/gdkinput-none.c b/gdk/x11/gdkinput-none.c
index 91554b378..38dc59c14 100644
--- a/gdk/x11/gdkinput-none.c
+++ b/gdk/x11/gdkinput-none.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkinputprivate.h"
#include "gdkdisplay-x11.h"
#include "gdkalias.h"
diff --git a/gdk/x11/gdkinput-x11.c b/gdk/x11/gdkinput-x11.c
index 7a2d30be1..deeb8422b 100644
--- a/gdk/x11/gdkinput-x11.c
+++ b/gdk/x11/gdkinput-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkinputprivate.h"
#include "gdkinternals.h"
#include "gdkx.h"
diff --git a/gdk/x11/gdkinput-xfree.c b/gdk/x11/gdkinput-xfree.c
index d3a7ea74f..b51516b3e 100644
--- a/gdk/x11/gdkinput-xfree.c
+++ b/gdk/x11/gdkinput-xfree.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdkinputprivate.h"
#include "gdkdisplay-x11.h"
#include "gdkalias.h"
diff --git a/gdk/x11/gdkinput.c b/gdk/x11/gdkinput.c
index 8d87479f0..98840bb0a 100644
--- a/gdk/x11/gdkinput.c
+++ b/gdk/x11/gdkinput.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <X11/Xlib.h>
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c
index ee50eea1f..018613adb 100644
--- a/gdk/x11/gdkkeys-x11.c
+++ b/gdk/x11/gdkkeys-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c
index 0399b9c3b..7bede228a 100644
--- a/gdk/x11/gdkmain-x11.c
+++ b/gdk/x11/gdkmain-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <glib/gprintf.h>
#include <stdlib.h>
diff --git a/gdk/x11/gdkpixmap-x11.c b/gdk/x11/gdkpixmap-x11.c
index 3dc72a6b1..81d2b1da4 100644
--- a/gdk/x11/gdkpixmap-x11.c
+++ b/gdk/x11/gdkpixmap-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h
index 5033c4a09..e0948b3cd 100644
--- a/gdk/x11/gdkprivate-x11.h
+++ b/gdk/x11/gdkprivate-x11.h
@@ -39,7 +39,7 @@
#include "gdkinternals.h"
-#include <config.h>
+#include "config.h"
#define GDK_TYPE_GC_X11 (_gdk_gc_x11_get_type ())
#define GDK_GC_X11(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_GC_X11, GdkGCX11))
diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c
index 709512517..36b8e9fcc 100644
--- a/gdk/x11/gdkproperty-x11.c
+++ b/gdk/x11/gdkproperty-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <string.h>
diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c
index 74a16c015..9b06e7dea 100644
--- a/gdk/x11/gdkscreen-x11.c
+++ b/gdk/x11/gdkscreen-x11.c
@@ -21,7 +21,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c
index 88d2729ca..f56ab4386 100644
--- a/gdk/x11/gdkselection-x11.c
+++ b/gdk/x11/gdkselection-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <string.h>
diff --git a/gdk/x11/gdkspawn-x11.c b/gdk/x11/gdkspawn-x11.c
index ca40b285f..5c7bab6c9 100644
--- a/gdk/x11/gdkspawn-x11.c
+++ b/gdk/x11/gdkspawn-x11.c
@@ -19,7 +19,7 @@
* Authors: Mark McLoughlin <mark@skynet.ie>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c
index f281013df..e06c3560a 100644
--- a/gdk/x11/gdkvisual-x11.c
+++ b/gdk/x11/gdkvisual-x11.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index 28dd8fbd4..a54eb0a71 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
diff --git a/gdk/x11/gdkxid.c b/gdk/x11/gdkxid.c
index f336a2031..1d18b557e 100644
--- a/gdk/x11/gdkxid.c
+++ b/gdk/x11/gdkxid.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkx.h"
#include "gdkprivate-x11.h"
#include "gdkdisplay-x11.h"
diff --git a/gdk/x11/xsettings-client.c b/gdk/x11/xsettings-client.c
index 93e0d7e1b..753e46105 100644
--- a/gdk/x11/xsettings-client.c
+++ b/gdk/x11/xsettings-client.c
@@ -20,7 +20,7 @@
*
* Author: Owen Taylor, Red Hat, Inc.
*/
-#include <config.h>
+#include "config.h"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/gdk/x11/xsettings-common.c b/gdk/x11/xsettings-common.c
index 97caf61e1..1831324fa 100644
--- a/gdk/x11/xsettings-common.c
+++ b/gdk/x11/xsettings-common.c
@@ -20,7 +20,7 @@
*
* Author: Owen Taylor, Red Hat, Inc.
*/
-#include <config.h>
+#include "config.h"
#include "string.h"
#include "stdlib.h"
diff --git a/gtk/fnmatch.c b/gtk/fnmatch.c
index 677ff9f71..b79dc62af 100644
--- a/gtk/fnmatch.c
+++ b/gtk/fnmatch.c
@@ -29,7 +29,7 @@
* Owen Taylor, 13 December 2002;
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <glib.h>
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index 108cd680a..b922084e5 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c
index 8f9f3dc9c..1e9af2371 100644
--- a/gtk/gtkaccelgroup.c
+++ b/gtk/gtkaccelgroup.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c
index a099d3545..cb57aaa92 100644
--- a/gtk/gtkaccellabel.c
+++ b/gtk/gtkaccellabel.c
@@ -27,7 +27,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkaccellabel.h"
diff --git a/gtk/gtkaccelmap.c b/gtk/gtkaccelmap.c
index c193baaaf..f33d78fb1 100644
--- a/gtk/gtkaccelmap.c
+++ b/gtk/gtkaccelmap.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkaccelmap.h"
diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c
index ceaac5f6c..1a781e7a5 100644
--- a/gtk/gtkaccessible.c
+++ b/gtk/gtkaccessible.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkwidget.h"
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c
index fc9f5c21b..3fb1d0bb7 100644
--- a/gtk/gtkaction.c
+++ b/gtk/gtkaction.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkaction.h"
#include "gtkactiongroup.h"
diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c
index fe4f5ed27..630ab3012 100644
--- a/gtk/gtkactiongroup.c
+++ b/gtk/gtkactiongroup.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkactiongroup.h"
diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c
index 238b9995c..1fcbcba18 100644
--- a/gtk/gtkadjustment.c
+++ b/gtk/gtkadjustment.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkadjustment.h"
#include "gtkmarshalers.h"
#include "gtkprivate.h"
diff --git a/gtk/gtkalignment.c b/gtk/gtkalignment.c
index 033442d69..9daa14a75 100644
--- a/gtk/gtkalignment.c
+++ b/gtk/gtkalignment.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkalignment.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkarrow.c b/gtk/gtkarrow.c
index 48610e48c..10ea5e8d0 100644
--- a/gtk/gtkarrow.c
+++ b/gtk/gtkarrow.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include "gtkarrow.h"
#include "gtkprivate.h"
diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c
index e8f9d9180..2661b29d2 100644
--- a/gtk/gtkaspectframe.c
+++ b/gtk/gtkaspectframe.c
@@ -29,7 +29,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkaspectframe.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c
index 365a45761..289718df4 100644
--- a/gtk/gtkassistant.c
+++ b/gtk/gtkassistant.c
@@ -23,7 +23,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <atk/atk.h>
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c
index 7b4c80281..609e45dc3 100644
--- a/gtk/gtkbbox.c
+++ b/gtk/gtkbbox.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkbbox.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c
index ba05632d3..e8138137c 100644
--- a/gtk/gtkbin.c
+++ b/gtk/gtkbin.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkbin.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c
index b338d4d68..8924180a5 100644
--- a/gtk/gtkbindings.c
+++ b/gtk/gtkbindings.c
@@ -27,7 +27,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdarg.h>
#include <gdkkeysyms.h>
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index cc452c879..457bd0a35 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkbox.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkbuildable.c b/gtk/gtkbuildable.c
index d1748f65e..46137f07a 100644
--- a/gtk/gtkbuildable.c
+++ b/gtk/gtkbuildable.c
@@ -19,7 +19,7 @@
*/
-#include <config.h>
+#include "config.h"
#include "gtkbuildable.h"
#include "gtktypeutils.h"
#include "gtkintl.h"
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 2ded2b17c..8ba1da951 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <errno.h> /* errno */
#include <stdlib.h> /* strtol, strtoul */
#include <string.h> /* strlen */
diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c
index 42404d9aa..76e79cb3c 100644
--- a/gtk/gtkbuilderparser.c
+++ b/gtk/gtkbuilderparser.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gmodule.h>
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 7453c35fe..606b33d70 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkalignment.h"
#include "gtkbutton.h"
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 43416c2e0..29f786717 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -29,7 +29,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
diff --git a/gtk/gtkcelleditable.c b/gtk/gtkcelleditable.c
index d50aac5e1..3a7b4de51 100644
--- a/gtk/gtkcelleditable.c
+++ b/gtk/gtkcelleditable.c
@@ -18,7 +18,7 @@
*/
-#include <config.h>
+#include "config.h"
#include "gtkcelleditable.h"
#include "gtkmarshalers.h"
#include "gtkintl.h"
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index a9b1c6f6c..c0f54f267 100644
--- a/gtk/gtkcelllayout.c
+++ b/gtk/gtkcelllayout.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/gtk/gtkcellrenderer.c b/gtk/gtkcellrenderer.c
index f7095d895..c41a7f857 100644
--- a/gtk/gtkcellrenderer.c
+++ b/gtk/gtkcellrenderer.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkcellrenderer.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
diff --git a/gtk/gtkcellrenderercombo.c b/gtk/gtkcellrenderercombo.c
index 104dbb5b6..bbd6978aa 100644
--- a/gtk/gtkcellrenderercombo.c
+++ b/gtk/gtkcellrenderercombo.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkintl.h"
diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c
index 410c160bd..4e2b8d056 100644
--- a/gtk/gtkcellrendererpixbuf.c
+++ b/gtk/gtkcellrendererpixbuf.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gtkcellrendererpixbuf.h"
#include "gtkiconfactory.h"
diff --git a/gtk/gtkcellrendererspin.c b/gtk/gtkcellrendererspin.c
index fb450b188..674d44326 100644
--- a/gtk/gtkcellrendererspin.c
+++ b/gtk/gtkcellrendererspin.c
@@ -20,7 +20,7 @@
* Carlos Garnacho Parro <carlosg@gnome.org>
*/
-#include <config.h>
+#include "config.h"
#include <gdk/gdkkeysyms.h>
#include "gtkintl.h"
#include "gtkprivate.h"
diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c
index ee3357cd4..d0beeb87a 100644
--- a/gtk/gtkcellrenderertext.c
+++ b/gtk/gtkcellrenderertext.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gtkcellrenderertext.h"
#include "gtkeditable.h"
diff --git a/gtk/gtkcellrenderertoggle.c b/gtk/gtkcellrenderertoggle.c
index 82c44b07f..5cc826ca9 100644
--- a/gtk/gtkcellrenderertoggle.c
+++ b/gtk/gtkcellrenderertoggle.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gtkcellrenderertoggle.h"
#include "gtkintl.h"
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c
index 237b03063..4c1e83ae6 100644
--- a/gtk/gtkcellview.c
+++ b/gtk/gtkcellview.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkcellview.h"
#include "gtkcelllayout.h"
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c
index 46146983e..ece626b7f 100644
--- a/gtk/gtkcheckbutton.c
+++ b/gtk/gtkcheckbutton.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkcheckbutton.h"
#include "gtklabel.h"
#include "gtkprivate.h"
diff --git a/gtk/gtkcheckmenuitem.c b/gtk/gtkcheckmenuitem.c
index dc4323119..38ad2fada 100644
--- a/gtk/gtkcheckmenuitem.c
+++ b/gtk/gtkcheckmenuitem.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkcheckmenuitem.h"
#include "gtkaccellabel.h"
#include "gtkmarshalers.h"
diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c
index 6312e391b..45bd2f6f3 100644
--- a/gtk/gtkclipboard-quartz.c
+++ b/gtk/gtkclipboard-quartz.c
@@ -20,7 +20,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#import <Cocoa/Cocoa.h>
diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c
index d054dead2..2ce993758 100644
--- a/gtk/gtkclipboard.c
+++ b/gtk/gtkclipboard.c
@@ -20,7 +20,7 @@
* Global clipboard abstraction.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkclipboard.h"
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index 705cd48e9..796f3c99b 100644
--- a/gtk/gtkclist.c
+++ b/gtk/gtkclist.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c
index dfd5cb430..61e3e0f75 100644
--- a/gtk/gtkcolorbutton.c
+++ b/gtk/gtkcolorbutton.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkcolorbutton.h"
#include "gdk/gdkkeysyms.h"
diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c
index 7298d3f91..d8dfbab68 100644
--- a/gtk/gtkcolorsel.c
+++ b/gtk/gtkcolorsel.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
diff --git a/gtk/gtkcolorseldialog.c b/gtk/gtkcolorseldialog.c
index 1345a0cde..be36d7b78 100644
--- a/gtk/gtkcolorseldialog.c
+++ b/gtk/gtkcolorseldialog.c
@@ -23,7 +23,7 @@
* files for a list of changes. These files are distributed with
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <glib.h>
#include "gtkcolorseldialog.h"
diff --git a/gtk/gtkcombo.c b/gtk/gtkcombo.c
index ed60e5a95..0afdff3b9 100644
--- a/gtk/gtkcombo.c
+++ b/gtk/gtkcombo.c
@@ -30,7 +30,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gdk/gdkkeysyms.h>
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index d1edf688d..3364366b0 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkcombobox.h"
#include "gtkarrow.h"
diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c
index 76c5b20fc..fe77f52bf 100644
--- a/gtk/gtkcomboboxentry.c
+++ b/gtk/gtkcomboboxentry.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkcomboboxentry.h"
#include "gtkcelllayout.h"
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 2f6b0be91..147f81078 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
diff --git a/gtk/gtkctree.c b/gtk/gtkctree.c
index 7adcf6917..7d8e7e137 100644
--- a/gtk/gtkctree.c
+++ b/gtk/gtkctree.c
@@ -31,7 +31,7 @@
#undef GDK_DISABLE_DEPRECATED
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gtkctree.h"
#include "gtkbindings.h"
diff --git a/gtk/gtkcurve.c b/gtk/gtkcurve.c
index 495fbb0c6..51975c019 100644
--- a/gtk/gtkcurve.c
+++ b/gtk/gtkcurve.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 3ee464d13..969026458 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
-#include <config.h>
+#include "config.h"
#include "gtkbutton.h"
#include "gtkdialog.h"
#include "gtkhbbox.h"
diff --git a/gtk/gtkdnd-quartz.c b/gtk/gtkdnd-quartz.c
index a443d2ee0..c849b1253 100644
--- a/gtk/gtkdnd-quartz.c
+++ b/gtk/gtkdnd-quartz.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index 1b1a9aa70..40cf0f64e 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gtk/gtkdrawingarea.c b/gtk/gtkdrawingarea.c
index 6d9cfc9f1..6faf85403 100644
--- a/gtk/gtkdrawingarea.c
+++ b/gtk/gtkdrawingarea.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkdrawingarea.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c
index 99cb300b3..a6574a1c3 100644
--- a/gtk/gtkeditable.c
+++ b/gtk/gtkeditable.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkeditable.h"
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index d826448ae..0abd6803a 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <pango/pango.h>
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c
index d526a5149..ea2944864 100644
--- a/gtk/gtkentrycompletion.c
+++ b/gtk/gtkentrycompletion.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkentrycompletion.h"
#include "gtkentryprivate.h"
#include "gtkcelllayout.h"
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c
index 885460976..f5ba09bd9 100644
--- a/gtk/gtkeventbox.c
+++ b/gtk/gtkeventbox.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkeventbox.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index cb8e53f0f..ebfead7aa 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -21,7 +21,7 @@
* Mark McLoughlin <mark@skynet.ie>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkexpander.h"
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index fa003eb27..685c7ab44 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkfilechooser.h"
#include "gtkfilechooserprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index e9178eeae..5647ccc30 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
index 517379447..d4c12df49 100644
--- a/gtk/gtkfilechooserdefault.c
+++ b/gtk/gtkfilechooserdefault.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gdk/gdkkeysyms.h"
#include "gtkalignment.h"
#include "gtkbindings.h"
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c
index 7037cf591..c180a05c2 100644
--- a/gtk/gtkfilechooserdialog.c
+++ b/gtk/gtkfilechooserdialog.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkfilechooserprivate.h"
#include "gtkfilechooserdialog.h"
#include "gtkfilechooserwidget.h"
diff --git a/gtk/gtkfilechooserembed.c b/gtk/gtkfilechooserembed.c
index f85b1a2aa..327c5423c 100644
--- a/gtk/gtkfilechooserembed.c
+++ b/gtk/gtkfilechooserembed.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkfilechooserembed.h"
#include "gtkmarshalers.h"
#include "gtkintl.h"
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c
index ef405ce5e..1b08132a7 100644
--- a/gtk/gtkfilechooserentry.c
+++ b/gtk/gtkfilechooserentry.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkalignment.h"
diff --git a/gtk/gtkfilechoosersettings.c b/gtk/gtkfilechoosersettings.c
index 072df1e6a..b80d362ed 100644
--- a/gtk/gtkfilechoosersettings.c
+++ b/gtk/gtkfilechoosersettings.c
@@ -29,7 +29,7 @@
* - Do we want lockdown?
*/
-#include <config.h>
+#include "config.h"
#include <errno.h>
#include <string.h>
#include <glib.h>
diff --git a/gtk/gtkfilechooserutils.c b/gtk/gtkfilechooserutils.c
index 115cab9aa..c7f34550c 100644
--- a/gtk/gtkfilechooserutils.c
+++ b/gtk/gtkfilechooserutils.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkfilechooserutils.h"
#include "gtkfilechooser.h"
#include "gtkfilesystem.h"
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c
index 6ff7cd3b6..bb0792117 100644
--- a/gtk/gtkfilechooserwidget.c
+++ b/gtk/gtkfilechooserwidget.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkfilechooserprivate.h"
#include "gtkfilechooserwidget.h"
diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c
index fc3e2dfdd..6738fc3fb 100644
--- a/gtk/gtkfilefilter.c
+++ b/gtk/gtkfilefilter.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkfilefilter.h"
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c
index ce6dc2720..6bad09c49 100644
--- a/gtk/gtkfilesel.c
+++ b/gtk/gtkfilesel.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <sys/types.h>
diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c
index e316a1b7a..7918f881f 100644
--- a/gtk/gtkfilesystemmodel.c
+++ b/gtk/gtkfilesystemmodel.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkfilechooserprivate.h"
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index e6d3dabc9..96c4a8d9e 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkfixed.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index dd19252a5..a4c6788cd 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -26,7 +26,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkfontbutton.h"
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index 5a0ef873e..00520e70f 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -29,7 +29,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <glib/gprintf.h>
#include <string.h>
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index 73946f533..2c2dc2d56 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkframe.h"
#include "gtklabel.h"
diff --git a/gtk/gtkgamma.c b/gtk/gtkgamma.c
index a52db81b3..fb733c852 100644
--- a/gtk/gtkgamma.c
+++ b/gtk/gtkgamma.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/gtk/gtkgc.c b/gtk/gtkgc.c
index 867d446b0..8e6bc9f8d 100644
--- a/gtk/gtkgc.c
+++ b/gtk/gtkgc.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkgc.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c
index 2897ccc82..d5188a433 100644
--- a/gtk/gtkhandlebox.c
+++ b/gtk/gtkhandlebox.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gtkhandlebox.h"
#include "gtkinvisible.h"
diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c
index 45ef1582b..d7835faaa 100644
--- a/gtk/gtkhbbox.c
+++ b/gtk/gtkhbbox.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkhbbox.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkhbox.c b/gtk/gtkhbox.c
index 3140cac67..7f806b32f 100644
--- a/gtk/gtkhbox.c
+++ b/gtk/gtkhbox.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkhbox.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkhpaned.c b/gtk/gtkhpaned.c
index f90f7092a..365a53f56 100644
--- a/gtk/gtkhpaned.c
+++ b/gtk/gtkhpaned.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkhpaned.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkhruler.c b/gtk/gtkhruler.c
index 93ccff447..caba1b3fb 100644
--- a/gtk/gtkhruler.c
+++ b/gtk/gtkhruler.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <glib/gprintf.h>
#include <string.h>
diff --git a/gtk/gtkhscale.c b/gtk/gtkhscale.c
index 1a6f730b0..966d2085f 100644
--- a/gtk/gtkhscale.c
+++ b/gtk/gtkhscale.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/gtk/gtkhscrollbar.c b/gtk/gtkhscrollbar.c
index f6ed5037a..1ec5c651f 100644
--- a/gtk/gtkhscrollbar.c
+++ b/gtk/gtkhscrollbar.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkhscrollbar.h"
#include "gdk/gdkkeysyms.h"
#include "gtkintl.h"
diff --git a/gtk/gtkhseparator.c b/gtk/gtkhseparator.c
index 68b50eb65..a660fad1f 100644
--- a/gtk/gtkhseparator.c
+++ b/gtk/gtkhseparator.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkhseparator.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkhsv.c b/gtk/gtkhsv.c
index 4d3a69a44..18340a948 100644
--- a/gtk/gtkhsv.c
+++ b/gtk/gtkhsv.c
@@ -22,7 +22,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
#include "gtkhsv.h"
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c
index 2a62f9b31..75f3ff0ed 100644
--- a/gtk/gtkiconcache.c
+++ b/gtk/gtkiconcache.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkdebug.h"
#include "gtkiconcache.h"
diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c
index 84bec8a1f..6bcc09f9c 100644
--- a/gtk/gtkiconfactory.c
+++ b/gtk/gtkiconfactory.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <errno.h>
#include <string.h>
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index 664932049..0c46efb3a 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <atk/atk.h>
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c
index 4ef4847e5..56e317114 100644
--- a/gtk/gtkimage.c
+++ b/gtk/gtkimage.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
diff --git a/gtk/gtkimagemenuitem.c b/gtk/gtkimagemenuitem.c
index eb26850a8..369375a0a 100644
--- a/gtk/gtkimagemenuitem.c
+++ b/gtk/gtkimagemenuitem.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkimagemenuitem.h"
#include "gtkaccellabel.h"
#include "gtkintl.h"
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c
index b8e9978ed..10ba2a8b1 100644
--- a/gtk/gtkimcontext.c
+++ b/gtk/gtkimcontext.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkimcontext.h"
#include "gtkmain.h" /* For _gtk_boolean_handled_accumulator */
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index e8bc4cd65..1089e6dbc 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c
index 6564832db..a8c9afb36 100644
--- a/gtk/gtkimmodule.c
+++ b/gtk/gtkimmodule.c
@@ -23,7 +23,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <errno.h>
#include <stdio.h>
diff --git a/gtk/gtkimmulticontext.c b/gtk/gtkimmulticontext.c
index 3ee0cc565..e6ec521c6 100644
--- a/gtk/gtkimmulticontext.c
+++ b/gtk/gtkimmulticontext.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <locale.h>
diff --git a/gtk/gtkinputdialog.c b/gtk/gtkinputdialog.c
index 94010d298..01cc5a149 100644
--- a/gtk/gtkinputdialog.c
+++ b/gtk/gtkinputdialog.c
@@ -31,7 +31,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c
index c944b770b..463dd098d 100644
--- a/gtk/gtkinvisible.c
+++ b/gtk/gtkinvisible.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <gdk/gdk.h>
#include "gtkinvisible.h"
#include "gtkprivate.h"
diff --git a/gtk/gtkitem.c b/gtk/gtkitem.c
index b45f91543..dde270169 100644
--- a/gtk/gtkitem.c
+++ b/gtk/gtkitem.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkitem.h"
#include "gtkmarshalers.h"
#include "gtkintl.h"
diff --git a/gtk/gtkkeyhash.c b/gtk/gtkkeyhash.c
index 7265daa3c..2cd108f0f 100644
--- a/gtk/gtkkeyhash.c
+++ b/gtk/gtkkeyhash.c
@@ -18,7 +18,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkdebug.h"
#include "gtkkeyhash.h"
#include "gtkalias.h"
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index f18c4c10d..667c56d35 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -23,7 +23,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
#include "gtklabel.h"
diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c
index cdc18a78c..426376c5b 100644
--- a/gtk/gtklayout.c
+++ b/gtk/gtklayout.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdkconfig.h"
#include "gtklayout.h"
diff --git a/gtk/gtklist.c b/gtk/gtklist.c
index e862541d6..1d8a804bb 100644
--- a/gtk/gtklist.c
+++ b/gtk/gtklist.c
@@ -26,7 +26,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <string.h> /* memset */
#include "gtklist.h"
diff --git a/gtk/gtklistitem.c b/gtk/gtklistitem.c
index d6e7915b7..4dd304bd6 100644
--- a/gtk/gtklistitem.c
+++ b/gtk/gtklistitem.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <gdk/gdkkeysyms.h>
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index 4ae9922cf..cb4c86d50 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <errno.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index bd4f4e4bb..b7edf39e2 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include "gdkconfig.h"
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c
index 715eb7a86..9d96c75ba 100644
--- a/gtk/gtkmenu.c
+++ b/gtk/gtkmenu.c
@@ -25,7 +25,7 @@
*/
#define GTK_MENU_INTERNALS
-#include <config.h>
+#include "config.h"
#include <string.h> /* memset */
#include "gdk/gdkkeysyms.h"
#include "gtkaccellabel.h"
diff --git a/gtk/gtkmenubar.c b/gtk/gtkmenubar.c
index 8be9682bb..3b9677bb4 100644
--- a/gtk/gtkmenubar.c
+++ b/gtk/gtkmenubar.c
@@ -26,7 +26,7 @@
#define GTK_MENU_INTERNALS
-#include <config.h>
+#include "config.h"
#include "gdk/gdkkeysyms.h"
#include "gtkbindings.h"
#include "gtkmain.h"
diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c
index b55c482bb..340bed967 100644
--- a/gtk/gtkmenuitem.c
+++ b/gtk/gtkmenuitem.c
@@ -26,7 +26,7 @@
#define GTK_MENU_INTERNALS
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkaccellabel.h"
diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c
index 595db329d..6eac58ab0 100644
--- a/gtk/gtkmenushell.c
+++ b/gtk/gtkmenushell.c
@@ -26,7 +26,7 @@
#define GTK_MENU_INTERNALS
-#include <config.h>
+#include "config.h"
#include "gdk/gdkkeysyms.h"
#include "gtkbindings.h"
#include "gtkkeyhash.h"
diff --git a/gtk/gtkmenutoolbutton.c b/gtk/gtkmenutoolbutton.c
index 08b337507..b3d7ab25e 100644
--- a/gtk/gtkmenutoolbutton.c
+++ b/gtk/gtkmenutoolbutton.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#undef GTK_DISABLE_DEPRECATED /* GtkTooltips */
diff --git a/gtk/gtkmessagedialog.c b/gtk/gtkmessagedialog.c
index 75041f096..ba6526205 100644
--- a/gtk/gtkmessagedialog.c
+++ b/gtk/gtkmessagedialog.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkmessagedialog.h"
diff --git a/gtk/gtkmisc.c b/gtk/gtkmisc.c
index b3776280a..bd82805da 100644
--- a/gtk/gtkmisc.c
+++ b/gtk/gtkmisc.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkcontainer.h"
#include "gtkmisc.h"
#include "gtkintl.h"
diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c
index 280b7fcd6..526a5b8c3 100644
--- a/gtk/gtkmodules.c
+++ b/gtk/gtkmodules.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c
index 3b8dff049..8d17ba884 100644
--- a/gtk/gtkmountoperation.c
+++ b/gtk/gtkmountoperation.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index f98249e24..d0f034ceb 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
diff --git a/gtk/gtkobject.c b/gtk/gtkobject.c
index c83242955..a2dde92d8 100644
--- a/gtk/gtkobject.c
+++ b/gtk/gtkobject.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdarg.h>
#include <string.h>
diff --git a/gtk/gtkoldeditable.c b/gtk/gtkoldeditable.c
index 840a20107..5ccb9deb6 100644
--- a/gtk/gtkoldeditable.c
+++ b/gtk/gtkoldeditable.c
@@ -26,7 +26,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gdk/gdkkeysyms.h"
#include "gdk/gdki18n.h"
diff --git a/gtk/gtkoptionmenu.c b/gtk/gtkoptionmenu.c
index b0881af09..896d17ae7 100644
--- a/gtk/gtkoptionmenu.c
+++ b/gtk/gtkoptionmenu.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gdk/gdkkeysyms.h"
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c
index 01f45180c..bd48803f4 100644
--- a/gtk/gtkpaned.c
+++ b/gtk/gtkpaned.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkintl.h"
#include "gtkpaned.h"
#include "gtkbindings.h"
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index 951ca6252..7de14cfde 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkpathbar.h"
#include "gtktogglebutton.h"
diff --git a/gtk/gtkpixmap.c b/gtk/gtkpixmap.c
index 74ea04de2..2190f88ae 100644
--- a/gtk/gtkpixmap.c
+++ b/gtk/gtkpixmap.c
@@ -30,7 +30,7 @@
#undef GDK_DISABLE_DEPRECATED
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <math.h>
#include "gtkcontainer.h"
#include "gtkpixmap.h"
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c
index 86e9dd7d1..08182749e 100644
--- a/gtk/gtkplug.c
+++ b/gtk/gtkplug.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
diff --git a/gtk/gtkpreview.c b/gtk/gtkpreview.c
index e03f0fa6e..f0f38798e 100644
--- a/gtk/gtkpreview.c
+++ b/gtk/gtkpreview.c
@@ -27,7 +27,7 @@
#undef GDK_DISABLE_DEPRECATED
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
diff --git a/gtk/gtkprogress.c b/gtk/gtkprogress.c
index 587d6e8bc..7e528adb9 100644
--- a/gtk/gtkprogress.c
+++ b/gtk/gtkprogress.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
#undef GTK_DISABLE_DEPRECATED
diff --git a/gtk/gtkquartz.c b/gtk/gtkquartz.c
index 8f4b9932d..9a6be3889 100644
--- a/gtk/gtkquartz.c
+++ b/gtk/gtkquartz.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkquartz.h"
#include "gtkalias.h"
diff --git a/gtk/gtkquery.c b/gtk/gtkquery.c
index 274a0a628..6b17c74ae 100644
--- a/gtk/gtkquery.c
+++ b/gtk/gtkquery.c
@@ -20,7 +20,7 @@
* Based on nautilus-query.c
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkquery.h"
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c
index 772dd8c57..2b113e17c 100644
--- a/gtk/gtkradioaction.c
+++ b/gtk/gtkradioaction.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkradioaction.h"
#include "gtkradiomenuitem.h"
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c
index 6d5d09a4a..6fd857dec 100644
--- a/gtk/gtkradiobutton.c
+++ b/gtk/gtkradiobutton.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtklabel.h"
#include "gtkmarshalers.h"
#include "gtkradiobutton.h"
diff --git a/gtk/gtkradiomenuitem.c b/gtk/gtkradiomenuitem.c
index a3622381f..6e7579c9a 100644
--- a/gtk/gtkradiomenuitem.c
+++ b/gtk/gtkradiomenuitem.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkaccellabel.h"
#include "gtkmarshalers.h"
#include "gtkradiomenuitem.h"
diff --git a/gtk/gtkradiotoolbutton.c b/gtk/gtkradiotoolbutton.c
index 7428defc5..68cb5fe6c 100644
--- a/gtk/gtkradiotoolbutton.c
+++ b/gtk/gtkradiotoolbutton.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkradiotoolbutton.h"
#include "gtkradiobutton.h"
#include "gtkintl.h"
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index a77549b96..32023ebaf 100644
--- a/gtk/gtkrange.c
+++ b/gtk/gtkrange.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <math.h>
#include <gdk/gdkkeysyms.h>
diff --git a/gtk/gtkrbtree.c b/gtk/gtkrbtree.c
index 3c9783e1a..207c2a80e 100644
--- a/gtk/gtkrbtree.c
+++ b/gtk/gtkrbtree.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkrbtree.h"
#include "gtkdebug.h"
#include "gtkalias.h"
diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c
index 211e099c5..89a6c4527 100644
--- a/gtk/gtkrc.c
+++ b/gtk/gtkrc.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <locale.h>
#ifdef HAVE_UNISTD_H
diff --git a/gtk/gtkrecentaction.c b/gtk/gtkrecentaction.c
index 21213635a..449eaad3c 100644
--- a/gtk/gtkrecentaction.c
+++ b/gtk/gtkrecentaction.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkintl.h"
#include "gtkrecentaction.h"
diff --git a/gtk/gtkrecentchooserdialog.c b/gtk/gtkrecentchooserdialog.c
index cbec3d307..723be8f62 100644
--- a/gtk/gtkrecentchooserdialog.c
+++ b/gtk/gtkrecentchooserdialog.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkrecentchooserdialog.h"
#include "gtkrecentchooserwidget.h"
diff --git a/gtk/gtkrecentchooserwidget.c b/gtk/gtkrecentchooserwidget.c
index 721dcb8f2..211d852a7 100644
--- a/gtk/gtkrecentchooserwidget.c
+++ b/gtk/gtkrecentchooserwidget.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtkrecentchooserwidget.h"
#include "gtkrecentchooserdefault.h"
diff --git a/gtk/gtkruler.c b/gtk/gtkruler.c
index d308ea3e1..49bf8e5ea 100644
--- a/gtk/gtkruler.c
+++ b/gtk/gtkruler.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkruler.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index 9308f6dd3..249d71a54 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include "gtkintl.h"
#include "gtkscale.h"
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c
index 7b1bd99fe..5d8ef7526 100644
--- a/gtk/gtkscalebutton.c
+++ b/gtk/gtkscalebutton.c
@@ -33,7 +33,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#define _GNU_SOURCE
#include <math.h>
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 9d47ab87c..26dba3030 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkscrollbar.h"
#include "gtkintl.h"
#include "gtkprivate.h"
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
index 16dbc6a9b..dc279bfb9 100644
--- a/gtk/gtkscrolledwindow.c
+++ b/gtk/gtkscrolledwindow.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <gdk/gdkkeysyms.h>
#include "gtkbindings.h"
diff --git a/gtk/gtksearchengine.c b/gtk/gtksearchengine.c
index 790e4117a..2b2274e65 100644
--- a/gtk/gtksearchengine.c
+++ b/gtk/gtksearchengine.c
@@ -20,7 +20,7 @@
* Based on nautilus-search-engine.c
*/
-#include <config.h>
+#include "config.h"
#include "gtksearchengine.h"
#include "gtksearchenginebeagle.h"
#include "gtksearchenginesimple.h"
diff --git a/gtk/gtksearchenginebeagle.c b/gtk/gtksearchenginebeagle.c
index 9c2f77c10..fe99b1ee9 100644
--- a/gtk/gtksearchenginebeagle.c
+++ b/gtk/gtksearchenginebeagle.c
@@ -20,7 +20,7 @@
* Based on nautilus-search-engine-beagle.c
*/
-#include <config.h>
+#include "config.h"
#include <gmodule.h>
#include "gtksearchenginebeagle.h"
diff --git a/gtk/gtksearchenginesimple.c b/gtk/gtksearchenginesimple.c
index f6c596c6c..f311c192f 100644
--- a/gtk/gtksearchenginesimple.c
+++ b/gtk/gtksearchenginesimple.c
@@ -20,7 +20,7 @@
* Based on nautilus-search-engine-simple.c
*/
-#include <config.h>
+#include "config.h"
/* these must be defined even when HAVE_GNU_FTW is not defined
* because (really) old versions of GNU libc have ftw.h but do
diff --git a/gtk/gtksearchenginetracker.c b/gtk/gtksearchenginetracker.c
index 36c90c38c..e3d5a3ae3 100644
--- a/gtk/gtksearchenginetracker.c
+++ b/gtk/gtksearchenginetracker.c
@@ -20,7 +20,7 @@
* Based on nautilus-search-engine-tracker.c
*/
-#include <config.h>
+#include "config.h"
#include <gmodule.h>
#include "gtksearchenginetracker.h"
#if 0
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index d0a49da1f..56c14473f 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -51,7 +51,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdarg.h>
#include <string.h>
#include "gdk.h"
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index b87519ca7..28808c15d 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkseparator.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkseparatormenuitem.c b/gtk/gtkseparatormenuitem.c
index 49fe3e763..e59de238f 100644
--- a/gtk/gtkseparatormenuitem.c
+++ b/gtk/gtkseparatormenuitem.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkseparatormenuitem.h"
#include "gtkalias.h"
diff --git a/gtk/gtkseparatortoolitem.c b/gtk/gtkseparatortoolitem.c
index e1a57987b..683106b2d 100644
--- a/gtk/gtkseparatortoolitem.c
+++ b/gtk/gtkseparatortoolitem.c
@@ -21,7 +21,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gtkseparatormenuitem.h"
#include "gtkseparatortoolitem.h"
#include "gtkintl.h"
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 94cc2b621..8b63b69ee 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -18,7 +18,7 @@
#define PANGO_ENABLE_BACKEND /* for pango_fc_font_map_cache_clear() */
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/gtk/gtkshow.c b/gtk/gtkshow.c
index eef90d296..12b0fdfd4 100644
--- a/gtk/gtkshow.c
+++ b/gtk/gtkshow.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <gio/gio.h>
diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c
index 477c45f5f..b110c38b9 100644
--- a/gtk/gtksizegroup.c
+++ b/gtk/gtksizegroup.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkcontainer.h"
#include "gtkintl.h"
diff --git a/gtk/gtksocket-win32.c b/gtk/gtksocket-win32.c
index 3524a1f7e..3bf1f47fc 100644
--- a/gtk/gtksocket-win32.c
+++ b/gtk/gtksocket-win32.c
@@ -26,7 +26,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkwindow.h"
diff --git a/gtk/gtksocket-x11.c b/gtk/gtksocket-x11.c
index 5d1f6935b..b1faae7f8 100644
--- a/gtk/gtksocket-x11.c
+++ b/gtk/gtksocket-x11.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gdk/gdkkeysyms.h"
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c
index eaef2f119..12ca8120c 100644
--- a/gtk/gtksocket.c
+++ b/gtk/gtksocket.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gdk/gdkkeysyms.h"
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index a9eca0d3e..a2f63e9ec 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -27,7 +27,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c
index 6416f9c67..4a630e4eb 100644
--- a/gtk/gtkstatusbar.c
+++ b/gtk/gtkstatusbar.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkframe.h"
#include "gtklabel.h"
#include "gtkmarshalers.h"
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
index 4e8a008dd..9d498ebb9 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -27,7 +27,7 @@
* Mikael Hallendal <micke@imendio.com>
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkstatusicon.h"
diff --git a/gtk/gtkstock.c b/gtk/gtkstock.c
index 35698ca28..aa40c1298 100644
--- a/gtk/gtkstock.c
+++ b/gtk/gtkstock.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkstock.h"
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index ea01c51e8..e22d9fe2a 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gtk/gtktable.c b/gtk/gtktable.c
index e14acb06b..cd1e05578 100644
--- a/gtk/gtktable.c
+++ b/gtk/gtktable.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtktable.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtktearoffmenuitem.c b/gtk/gtktearoffmenuitem.c
index 0148cd276..f6615206e 100644
--- a/gtk/gtktearoffmenuitem.c
+++ b/gtk/gtktearoffmenuitem.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkmenu.h"
#include "gtktearoffmenuitem.h"
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c
index 2895f7c7b..966f1d191 100644
--- a/gtk/gtktestutils.c
+++ b/gtk/gtktestutils.c
@@ -22,7 +22,7 @@
#define GTK_ENABLE_BROKEN
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gtkalias.h"
diff --git a/gtk/gtktext.c b/gtk/gtktext.c
index 817876175..8d34911f2 100644
--- a/gtk/gtktext.c
+++ b/gtk/gtktext.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <ctype.h>
#include <string.h>
diff --git a/gtk/gtktextbtree.c b/gtk/gtktextbtree.c
index 81038f427..5b9f408a2 100644
--- a/gtk/gtktextbtree.c
+++ b/gtk/gtktextbtree.c
@@ -53,7 +53,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtktextbtree.h"
#include <string.h>
#include <stdlib.h>
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index d6014515e..a15ea87df 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdarg.h>
diff --git a/gtk/gtktextbufferserialize.c b/gtk/gtktextbufferserialize.c
index c5247837c..1ddb9b0f8 100644
--- a/gtk/gtktextbufferserialize.c
+++ b/gtk/gtktextbufferserialize.c
@@ -23,7 +23,7 @@
* parts that deal with the format errors
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c
index 3809fcbf6..163954f6e 100644
--- a/gtk/gtktextchild.c
+++ b/gtk/gtktextchild.c
@@ -48,7 +48,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtktextchild.h"
#include "gtktextbtree.h"
#include "gtktextlayout.h"
diff --git a/gtk/gtktextdisplay.c b/gtk/gtktextdisplay.c
index 2621f77ef..a5a6cd8c5 100644
--- a/gtk/gtktextdisplay.c
+++ b/gtk/gtktextdisplay.c
@@ -75,7 +75,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtktextdisplay.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c
index 7d7409603..37d4c2d4d 100644
--- a/gtk/gtktextiter.c
+++ b/gtk/gtktextiter.c
@@ -25,7 +25,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtktextiter.h"
#include "gtktextbtree.h"
#include "gtktextiterprivate.h"
diff --git a/gtk/gtktextlayout.c b/gtk/gtktextlayout.c
index 0c4db57c0..044d54714 100644
--- a/gtk/gtktextlayout.c
+++ b/gtk/gtktextlayout.c
@@ -77,7 +77,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtkmarshalers.h"
#include "gtktextlayout.h"
#include "gtktextbtree.h"
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c
index d79448b75..359e310d2 100644
--- a/gtk/gtktextmark.c
+++ b/gtk/gtktextmark.c
@@ -48,7 +48,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtktextbtree.h"
#include "gtkprivate.h"
#include "gtkintl.h"
diff --git a/gtk/gtktextsegment.c b/gtk/gtktextsegment.c
index 71eaaf7a0..c4383dc7b 100644
--- a/gtk/gtktextsegment.c
+++ b/gtk/gtktextsegment.c
@@ -51,7 +51,7 @@
*/
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
-#include <config.h>
+#include "config.h"
#include "gtktextbtree.h"
#include <string.h>
#include <stdlib.h>
diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c
index 0d7db4609..34eda38db 100644
--- a/gtk/gtktexttag.c
+++ b/gtk/gtktexttag.c
@@ -47,7 +47,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include "gtkmain.h"
#include "gtktexttag.h"
#include "gtktexttypes.h"
diff --git a/gtk/gtktexttagtable.c b/gtk/gtktexttagtable.c
index 6e7ed0365..660a5cd5a 100644
--- a/gtk/gtktexttagtable.c
+++ b/gtk/gtktexttagtable.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtktexttagtable.h"
#include "gtkmarshalers.h"
#include "gtktextbuffer.h" /* just for the lame notify_will_remove_tag hack */
diff --git a/gtk/gtktexttypes.c b/gtk/gtktexttypes.c
index 3a237bae1..3e72302b6 100644
--- a/gtk/gtktexttypes.c
+++ b/gtk/gtktexttypes.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtktexttypes.h"
#include "gtkalias.h"
diff --git a/gtk/gtktextutil.c b/gtk/gtktextutil.c
index dbeb4086f..32e5cb649 100644
--- a/gtk/gtktextutil.c
+++ b/gtk/gtktextutil.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtktextutil.h"
#include "gtktextview.h"
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 681959023..75b73bdf9 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
diff --git a/gtk/gtkthemes.c b/gtk/gtkthemes.c
index 18559a81a..919562a56 100644
--- a/gtk/gtkthemes.c
+++ b/gtk/gtkthemes.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c
index 95586e4da..71d3c2ef4 100644
--- a/gtk/gtktipsquery.c
+++ b/gtk/gtktipsquery.c
@@ -29,7 +29,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gtktipsquery.h"
#include "gtksignal.h"
#include "gtktooltips.h"
diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c
index 1a1eaa082..9e911d8e1 100644
--- a/gtk/gtktoggleaction.c
+++ b/gtk/gtktoggleaction.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkintl.h"
#include "gtktoggleaction.h"
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c
index 407c9f1c4..33505a925 100644
--- a/gtk/gtktogglebutton.c
+++ b/gtk/gtktogglebutton.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtklabel.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
diff --git a/gtk/gtktoggletoolbutton.c b/gtk/gtktoggletoolbutton.c
index 88266463a..1076458aa 100644
--- a/gtk/gtktoggletoolbutton.c
+++ b/gtk/gtktoggletoolbutton.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtktoggletoolbutton.h"
#include "gtkcheckmenuitem.h"
#include "gtklabel.h"
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c
index 6019d36cd..8d126482a 100644
--- a/gtk/gtktoolbar.c
+++ b/gtk/gtktoolbar.c
@@ -31,7 +31,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gtkarrow.h"
#include "gtktoolbar.h"
#include "gtktoolshell.h"
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index ac2094bd9..60cdf4091 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtktoolbutton.h"
#include "gtkbutton.h"
#include "gtkhbox.h"
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 09cf9369a..f21b316a7 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
diff --git a/gtk/gtktoolshell.c b/gtk/gtktoolshell.c
index 1421820fb..248e634dd 100644
--- a/gtk/gtktoolshell.c
+++ b/gtk/gtktoolshell.c
@@ -20,7 +20,7 @@
* Mathias Hasselmann
*/
-#include <config.h>
+#include "config.h"
#include "gtktoolshell.h"
#include "gtkwidget.h"
#include "gtkintl.h"
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index f9d1b8ba7..5b55b1ade 100644
--- a/gtk/gtktooltip.c
+++ b/gtk/gtktooltip.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtktooltip.h"
#include "gtkintl.h"
#include "gtkwindow.h"
diff --git a/gtk/gtktooltips.c b/gtk/gtktooltips.c
index 005b546f7..a414346b9 100644
--- a/gtk/gtktooltips.c
+++ b/gtk/gtktooltips.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/gtk/gtktrayicon-x11.c b/gtk/gtktrayicon-x11.c
index 10a97c825..d53baad7d 100644
--- a/gtk/gtktrayicon-x11.c
+++ b/gtk/gtktrayicon-x11.c
@@ -22,7 +22,7 @@
* http://www.freedesktop.org/wiki/Standards/systemtray-spec
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkintl.h"
diff --git a/gtk/gtktree.c b/gtk/gtktree.c
index d34ce7c01..56c63216a 100644
--- a/gtk/gtktree.c
+++ b/gtk/gtktree.c
@@ -26,7 +26,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
#include "gtksignal.h"
diff --git a/gtk/gtktreedatalist.c b/gtk/gtktreedatalist.c
index 5c709430e..282c9640f 100644
--- a/gtk/gtktreedatalist.c
+++ b/gtk/gtktreedatalist.c
@@ -20,7 +20,7 @@
* do not use it.
*/
-#include <config.h>
+#include "config.h"
#include "gtktreedatalist.h"
#include "gtkalias.h"
#include <string.h>
diff --git a/gtk/gtktreednd.c b/gtk/gtktreednd.c
index 02cb54b43..7e079457e 100644
--- a/gtk/gtktreednd.c
+++ b/gtk/gtktreednd.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtktreednd.h"
#include "gtkintl.h"
diff --git a/gtk/gtktreeitem.c b/gtk/gtktreeitem.c
index c75040467..c137e3482 100644
--- a/gtk/gtktreeitem.c
+++ b/gtk/gtktreeitem.c
@@ -26,7 +26,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include "gtklabel.h"
#include "gtkeventbox.h"
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index d6fe4c220..836233247 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <glib.h>
diff --git a/gtk/gtktreemodelfilter.c b/gtk/gtktreemodelfilter.c
index 8e6da2c83..6d7116d57 100644
--- a/gtk/gtktreemodelfilter.c
+++ b/gtk/gtktreemodelfilter.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtktreemodelfilter.h"
#include "gtkintl.h"
#include "gtktreednd.h"
diff --git a/gtk/gtktreemodelsort.c b/gtk/gtktreemodelsort.c
index 743e058ce..f93d9a287 100644
--- a/gtk/gtktreemodelsort.c
+++ b/gtk/gtktreemodelsort.c
@@ -37,7 +37,7 @@
* we warned you and we're not liable for any head injuries.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtktreemodelsort.h"
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c
index 092e1d30b..9d3e88e17 100644
--- a/gtk/gtktreeselection.c
+++ b/gtk/gtktreeselection.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtktreeselection.h"
#include "gtktreeprivate.h"
diff --git a/gtk/gtktreesortable.c b/gtk/gtktreesortable.c
index cabaf5bad..79056a97a 100644
--- a/gtk/gtktreesortable.c
+++ b/gtk/gtktreesortable.c
@@ -18,7 +18,7 @@
*/
-#include <config.h>
+#include "config.h"
#include "gtktreesortable.h"
#include "gtkmarshalers.h"
#include "gtkintl.h"
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c
index dcacbbbec..4175d4949 100644
--- a/gtk/gtktreestore.c
+++ b/gtk/gtktreestore.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gobject/gvaluecollector.h>
#include "gtktreemodel.h"
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 879d6e87d..c6bd79e0d 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -18,7 +18,7 @@
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gdk/gdkkeysyms.h>
diff --git a/gtk/gtktreeviewcolumn.c b/gtk/gtktreeviewcolumn.c
index edb415c59..2abd45bed 100644
--- a/gtk/gtktreeviewcolumn.c
+++ b/gtk/gtktreeviewcolumn.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtktreeviewcolumn.h"
#include "gtktreeview.h"
diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c
index 26ff4d63e..986f9ff18 100644
--- a/gtk/gtktypeutils.c
+++ b/gtk/gtktypeutils.c
@@ -26,7 +26,7 @@
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
+#include "config.h"
#include <string.h> /* strcmp */
#include "gtktypeutils.h"
diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c
index b0d48a848..256e416e1 100644
--- a/gtk/gtkuimanager.c
+++ b/gtk/gtkuimanager.c
@@ -28,7 +28,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkbuildable.h"
diff --git a/gtk/gtkvbbox.c b/gtk/gtkvbbox.c
index bbd6e9e53..e42db03b3 100644
--- a/gtk/gtkvbbox.c
+++ b/gtk/gtkvbbox.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkvbbox.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkvbox.c b/gtk/gtkvbox.c
index 65633d812..57edf83fa 100644
--- a/gtk/gtkvbox.c
+++ b/gtk/gtkvbox.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkvbox.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c
index 2a45f8957..17605cc34 100644
--- a/gtk/gtkviewport.c
+++ b/gtk/gtkviewport.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkviewport.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c
index 9b81283ca..d35acac1c 100644
--- a/gtk/gtkvolumebutton.c
+++ b/gtk/gtkvolumebutton.c
@@ -27,7 +27,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <atk/atk.h>
diff --git a/gtk/gtkvpaned.c b/gtk/gtkvpaned.c
index b4c92703c..335d4352d 100644
--- a/gtk/gtkvpaned.c
+++ b/gtk/gtkvpaned.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkvpaned.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkvruler.c b/gtk/gtkvruler.c
index 1c8419c85..612307a8a 100644
--- a/gtk/gtkvruler.c
+++ b/gtk/gtkvruler.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <string.h>
#include "gtkvruler.h"
diff --git a/gtk/gtkvscale.c b/gtk/gtkvscale.c
index 8f8fb6dfd..3961ee074 100644
--- a/gtk/gtkvscale.c
+++ b/gtk/gtkvscale.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/gtk/gtkvscrollbar.c b/gtk/gtkvscrollbar.c
index eaa4417fb..fb6903858 100644
--- a/gtk/gtkvscrollbar.c
+++ b/gtk/gtkvscrollbar.c
@@ -25,7 +25,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkvscrollbar.h"
#include "gdk/gdkkeysyms.h"
#include "gtkintl.h"
diff --git a/gtk/gtkvseparator.c b/gtk/gtkvseparator.c
index cb8c6bdfb..c199b29a9 100644
--- a/gtk/gtkvseparator.c
+++ b/gtk/gtkvseparator.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkvseparator.h"
#include "gtkintl.h"
#include "gtkalias.h"
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index b0312b6fd..7c6d98360 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <stdarg.h>
#include <string.h>
#include <locale.h>
diff --git a/gtk/gtkwin32embed.c b/gtk/gtkwin32embed.c
index ce1f3d849..b386f93f9 100644
--- a/gtk/gtkwin32embed.c
+++ b/gtk/gtkwin32embed.c
@@ -20,7 +20,7 @@
/* By Tor Lillqvist <tml@novell.com> 2005 */
-#include <config.h>
+#include "config.h"
#include "win32/gdkwin32.h"
diff --git a/gtk/gtkwin32embedwidget.c b/gtk/gtkwin32embedwidget.c
index e7b8315ef..4d4831189 100644
--- a/gtk/gtkwin32embedwidget.c
+++ b/gtk/gtkwin32embedwidget.c
@@ -23,7 +23,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"
diff --git a/gtk/gtkwindow-decorate.c b/gtk/gtkwindow-decorate.c
index e6bfa06a7..9e2bc1815 100644
--- a/gtk/gtkwindow-decorate.c
+++ b/gtk/gtkwindow-decorate.c
@@ -21,7 +21,7 @@
* Authors: Alexander Larsson <alexl@redhat.com>
*/
-#include <config.h>
+#include "config.h"
#include "gtkprivate.h"
#include "gtkwindow.h"
#include "gtkmain.h"
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 1e9f7e2e0..dafc61423 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#include <errno.h>
diff --git a/gtk/gtkxembed.c b/gtk/gtkxembed.c
index c1feb5725..37462f91c 100644
--- a/gtk/gtkxembed.c
+++ b/gtk/gtkxembed.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtkmain.h"
#include "gtkprivate.h"
diff --git a/gtk/queryimmodules.c b/gtk/queryimmodules.c
index 4c46a8842..6b87002e3 100644
--- a/gtk/queryimmodules.c
+++ b/gtk/queryimmodules.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <glib/gprintf.h>
diff --git a/gtk/tests/filechooser.c b/gtk/tests/filechooser.c
index 737e5fe27..300e15afd 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 17c12239b..47573abc0 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 3fdbf9f40..822b04c75 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>
diff --git a/gtk/theme-bits/decompose-bits.c b/gtk/theme-bits/decompose-bits.c
index f04ee8abc..99d84a40f 100644
--- a/gtk/theme-bits/decompose-bits.c
+++ b/gtk/theme-bits/decompose-bits.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <glib/gprintf.h>
#include <stdlib.h>
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index 58aaf5d87..b239cc302 100644
--- a/gtk/updateiconcache.c
+++ b/gtk/updateiconcache.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <locale.h>
#include <stdlib.h>
diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c
index b4d0e5b9f..684736960 100755
--- a/modules/engines/ms-windows/xp_theme.c
+++ b/modules/engines/ms-windows/xp_theme.c
@@ -23,7 +23,7 @@
#include "xp_theme.h"
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#include <windows.h>
diff --git a/modules/input/gtkimcontextxim.c b/modules/input/gtkimcontextxim.c
index 22db5cfe2..14dd65215 100644
--- a/modules/input/gtkimcontextxim.c
+++ b/modules/input/gtkimcontextxim.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "locale.h"
#include <string.h>
#include <stdlib.h>
diff --git a/modules/input/imam-et.c b/modules/input/imam-et.c
index cf5f50dcc..6e910a997 100644
--- a/modules/input/imam-et.c
+++ b/modules/input/imam-et.c
@@ -25,7 +25,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
diff --git a/modules/input/imcedilla.c b/modules/input/imcedilla.c
index 1a31fe601..98db8e8f3 100644
--- a/modules/input/imcedilla.c
+++ b/modules/input/imcedilla.c
@@ -20,7 +20,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtk/gtk.h"
diff --git a/modules/input/imcyrillic-translit.c b/modules/input/imcyrillic-translit.c
index c9014c712..aac8d4039 100644
--- a/modules/input/imcyrillic-translit.c
+++ b/modules/input/imcyrillic-translit.c
@@ -20,7 +20,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtk/gtk.h"
diff --git a/modules/input/imime.c b/modules/input/imime.c
index 88b3cd1c3..483530396 100644
--- a/modules/input/imime.c
+++ b/modules/input/imime.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtk/gtkintl.h"
diff --git a/modules/input/iminuktitut.c b/modules/input/iminuktitut.c
index c13eb0643..38a03988a 100644
--- a/modules/input/iminuktitut.c
+++ b/modules/input/iminuktitut.c
@@ -23,7 +23,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtk/gtk.h"
diff --git a/modules/input/imipa.c b/modules/input/imipa.c
index 3f44aeb19..900dc0b81 100644
--- a/modules/input/imipa.c
+++ b/modules/input/imipa.c
@@ -20,7 +20,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtk/gtk.h"
diff --git a/modules/input/immultipress.c b/modules/input/immultipress.c
index 13049828d..1aa84d82b 100644
--- a/modules/input/immultipress.c
+++ b/modules/input/immultipress.c
@@ -18,7 +18,7 @@
#include "gtkimcontextmultipress.h"
#include <gtk/gtkimmodule.h> /* For GtkIMContextInfo */
-#include <config.h>
+#include "config.h"
#include <glib/gi18n.h>
#include <string.h> /* For strcmp() */
diff --git a/modules/input/imthai.c b/modules/input/imthai.c
index 18d88b479..c3e9bf383 100644
--- a/modules/input/imthai.c
+++ b/modules/input/imthai.c
@@ -19,7 +19,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gdk/gdkkeysyms.h>
diff --git a/modules/input/imti-er.c b/modules/input/imti-er.c
index 42837f253..ea1da4947 100644
--- a/modules/input/imti-er.c
+++ b/modules/input/imti-er.c
@@ -25,7 +25,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
diff --git a/modules/input/imti-et.c b/modules/input/imti-et.c
index 49bf8759c..7834803f2 100644
--- a/modules/input/imti-et.c
+++ b/modules/input/imti-et.c
@@ -25,7 +25,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <string.h>
diff --git a/modules/input/imviqr.c b/modules/input/imviqr.c
index b4f775fe9..0c007ffd1 100644
--- a/modules/input/imviqr.c
+++ b/modules/input/imviqr.c
@@ -23,7 +23,7 @@
*
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gtk/gtk.h"
diff --git a/modules/input/imxim.c b/modules/input/imxim.c
index eae380580..018722212 100644
--- a/modules/input/imxim.c
+++ b/modules/input/imxim.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gtk/gtkintl.h"
#include "gtk/gtkimmodule.h"
#include "gtkimcontextxim.h"
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c
index da25873de..4b26b2eef 100644
--- a/modules/other/gail/gail.c
+++ b/modules/other/gail/gail.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/modules/other/gail/gailadjustment.c b/modules/other/gail/gailadjustment.c
index 44df311f5..8a86835a8 100644
--- a/modules/other/gail/gailadjustment.c
+++ b/modules/other/gail/gailadjustment.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailarrow.c b/modules/other/gail/gailarrow.c
index fc1c72c6f..77992242c 100644
--- a/modules/other/gail/gailarrow.c
+++ b/modules/other/gail/gailarrow.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailarrow.h"
diff --git a/modules/other/gail/gailbooleancell.c b/modules/other/gail/gailbooleancell.c
index 3a4741649..19d34c504 100644
--- a/modules/other/gail/gailbooleancell.c
+++ b/modules/other/gail/gailbooleancell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailbooleancell.h"
diff --git a/modules/other/gail/gailbox.c b/modules/other/gail/gailbox.c
index a087a7564..779b44dc2 100644
--- a/modules/other/gail/gailbox.c
+++ b/modules/other/gail/gailbox.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailbox.h"
diff --git a/modules/other/gail/gailbutton.c b/modules/other/gail/gailbutton.c
index dc2e9d5eb..84aa32d20 100644
--- a/modules/other/gail/gailbutton.c
+++ b/modules/other/gail/gailbutton.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailcalendar.c b/modules/other/gail/gailcalendar.c
index 0711b00e5..1185e137e 100644
--- a/modules/other/gail/gailcalendar.c
+++ b/modules/other/gail/gailcalendar.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailcalendar.h"
diff --git a/modules/other/gail/gailcell.c b/modules/other/gail/gailcell.c
index d8a72618d..35e531eef 100644
--- a/modules/other/gail/gailcell.c
+++ b/modules/other/gail/gailcell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <stdlib.h>
diff --git a/modules/other/gail/gailcellparent.c b/modules/other/gail/gailcellparent.c
index d67fff2e2..883b7194a 100644
--- a/modules/other/gail/gailcellparent.c
+++ b/modules/other/gail/gailcellparent.c
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailcellparent.h"
diff --git a/modules/other/gail/gailcheckmenuitem.c b/modules/other/gail/gailcheckmenuitem.c
index 8befef914..45c3c5b78 100644
--- a/modules/other/gail/gailcheckmenuitem.c
+++ b/modules/other/gail/gailcheckmenuitem.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include "gailcheckmenuitem.h"
diff --git a/modules/other/gail/gailchecksubmenuitem.c b/modules/other/gail/gailchecksubmenuitem.c
index 0bcf755a5..fe400d79b 100644
--- a/modules/other/gail/gailchecksubmenuitem.c
+++ b/modules/other/gail/gailchecksubmenuitem.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailclist.c b/modules/other/gail/gailclist.c
index 93e19dceb..87bae77e0 100644
--- a/modules/other/gail/gailclist.c
+++ b/modules/other/gail/gailclist.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <stdio.h>
diff --git a/modules/other/gail/gailclistcell.c b/modules/other/gail/gailclistcell.c
index 3ad9da23c..2eef9f39d 100644
--- a/modules/other/gail/gailclistcell.c
+++ b/modules/other/gail/gailclistcell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailclistcell.h"
diff --git a/modules/other/gail/gailcombo.c b/modules/other/gail/gailcombo.c
index ccad01445..ef92b856e 100644
--- a/modules/other/gail/gailcombo.c
+++ b/modules/other/gail/gailcombo.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailcombo.h"
diff --git a/modules/other/gail/gailcombobox.c b/modules/other/gail/gailcombobox.c
index f56f7cd64..82962a53a 100644
--- a/modules/other/gail/gailcombobox.c
+++ b/modules/other/gail/gailcombobox.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
diff --git a/modules/other/gail/gailcontainer.c b/modules/other/gail/gailcontainer.c
index 486d07239..2c64b3715 100644
--- a/modules/other/gail/gailcontainer.c
+++ b/modules/other/gail/gailcontainer.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailcontainer.h"
diff --git a/modules/other/gail/gailcontainercell.c b/modules/other/gail/gailcontainercell.c
index 8cf2ded51..eb3a5615e 100644
--- a/modules/other/gail/gailcontainercell.c
+++ b/modules/other/gail/gailcontainercell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailcontainercell.h"
diff --git a/modules/other/gail/gailentry.c b/modules/other/gail/gailentry.c
index 7d0ff6381..e1f233181 100644
--- a/modules/other/gail/gailentry.c
+++ b/modules/other/gail/gailentry.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailexpander.c b/modules/other/gail/gailexpander.c
index d8e8450e9..bba530ea3 100644
--- a/modules/other/gail/gailexpander.c
+++ b/modules/other/gail/gailexpander.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailframe.c b/modules/other/gail/gailframe.c
index 2182fd0a0..f77914210 100644
--- a/modules/other/gail/gailframe.c
+++ b/modules/other/gail/gailframe.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailhtmlbox.c b/modules/other/gail/gailhtmlbox.c
index 5b2e59758..7db61117d 100644
--- a/modules/other/gail/gailhtmlbox.c
+++ b/modules/other/gail/gailhtmlbox.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailhtmlbox.h"
diff --git a/modules/other/gail/gailhtmlboxblock.c b/modules/other/gail/gailhtmlboxblock.c
index 596d045f2..a9b47d4d4 100644
--- a/modules/other/gail/gailhtmlboxblock.c
+++ b/modules/other/gail/gailhtmlboxblock.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <libgtkhtml/gtkhtml.h>
#include "gailhtmlboxblock.h"
diff --git a/modules/other/gail/gailhtmlboxembedded.c b/modules/other/gail/gailhtmlboxembedded.c
index 135aff987..32778b696 100644
--- a/modules/other/gail/gailhtmlboxembedded.c
+++ b/modules/other/gail/gailhtmlboxembedded.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <libgtkhtml/gtkhtml.h>
#include "gailhtmlboxembedded.h"
diff --git a/modules/other/gail/gailhtmlboxtext.c b/modules/other/gail/gailhtmlboxtext.c
index 180cb1c73..5e88ea3ad 100644
--- a/modules/other/gail/gailhtmlboxtext.c
+++ b/modules/other/gail/gailhtmlboxtext.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gailhtmlboxtext.h"
diff --git a/modules/other/gail/gailimage.c b/modules/other/gail/gailimage.c
index 08c79a608..e4229250f 100644
--- a/modules/other/gail/gailimage.c
+++ b/modules/other/gail/gailimage.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailimagecell.c b/modules/other/gail/gailimagecell.c
index f59842b58..fa822f804 100644
--- a/modules/other/gail/gailimagecell.c
+++ b/modules/other/gail/gailimagecell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailimagecell.h"
diff --git a/modules/other/gail/gailitem.c b/modules/other/gail/gailitem.c
index 042da2f69..3aa315f7a 100644
--- a/modules/other/gail/gailitem.c
+++ b/modules/other/gail/gailitem.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gaillabel.c b/modules/other/gail/gaillabel.c
index 3003b52ae..8a3d717e7 100644
--- a/modules/other/gail/gaillabel.c
+++ b/modules/other/gail/gaillabel.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gaillist.c b/modules/other/gail/gaillist.c
index de6160d67..e34cfb855 100644
--- a/modules/other/gail/gaillist.c
+++ b/modules/other/gail/gaillist.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gaillist.h"
diff --git a/modules/other/gail/gailmenu.c b/modules/other/gail/gailmenu.c
index 32de2905f..782b07294 100644
--- a/modules/other/gail/gailmenu.c
+++ b/modules/other/gail/gailmenu.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include "gailmenu.h"
diff --git a/modules/other/gail/gailmenushell.c b/modules/other/gail/gailmenushell.c
index 0fe91f447..8a1b6a191 100644
--- a/modules/other/gail/gailmenushell.c
+++ b/modules/other/gail/gailmenushell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailmenushell.h"
diff --git a/modules/other/gail/gailnotebook.c b/modules/other/gail/gailnotebook.c
index b2c46d453..ce542279b 100644
--- a/modules/other/gail/gailnotebook.c
+++ b/modules/other/gail/gailnotebook.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailnotebookpage.c b/modules/other/gail/gailnotebookpage.c
index 2bb3a5ed4..302775425 100644
--- a/modules/other/gail/gailnotebookpage.c
+++ b/modules/other/gail/gailnotebookpage.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailobject.c b/modules/other/gail/gailobject.c
index adfe59f59..fe2f0e9ef 100644
--- a/modules/other/gail/gailobject.c
+++ b/modules/other/gail/gailobject.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailobject.h"
diff --git a/modules/other/gail/gailoptionmenu.c b/modules/other/gail/gailoptionmenu.c
index 8c67ce355..74f91b074 100644
--- a/modules/other/gail/gailoptionmenu.c
+++ b/modules/other/gail/gailoptionmenu.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailpaned.c b/modules/other/gail/gailpaned.c
index 9f157f1ca..039068c86 100644
--- a/modules/other/gail/gailpaned.c
+++ b/modules/other/gail/gailpaned.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailpixmap.c b/modules/other/gail/gailpixmap.c
index f92fdd0b5..99b0b9f2f 100644
--- a/modules/other/gail/gailpixmap.c
+++ b/modules/other/gail/gailpixmap.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailpixmap.h"
diff --git a/modules/other/gail/gailprogressbar.c b/modules/other/gail/gailprogressbar.c
index 80053c605..cc615b8b0 100644
--- a/modules/other/gail/gailprogressbar.c
+++ b/modules/other/gail/gailprogressbar.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailradiobutton.c b/modules/other/gail/gailradiobutton.c
index d9363d759..54d7160a4 100644
--- a/modules/other/gail/gailradiobutton.c
+++ b/modules/other/gail/gailradiobutton.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailradiobutton.h"
diff --git a/modules/other/gail/gailradiomenuitem.c b/modules/other/gail/gailradiomenuitem.c
index 120722b54..312de5d63 100644
--- a/modules/other/gail/gailradiomenuitem.c
+++ b/modules/other/gail/gailradiomenuitem.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailradiomenuitem.h"
diff --git a/modules/other/gail/gailradiosubmenuitem.c b/modules/other/gail/gailradiosubmenuitem.c
index fe837f271..c497173ed 100644
--- a/modules/other/gail/gailradiosubmenuitem.c
+++ b/modules/other/gail/gailradiosubmenuitem.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailradiosubmenuitem.h"
diff --git a/modules/other/gail/gailrange.c b/modules/other/gail/gailrange.c
index 7df51cb6a..2fc51ec7b 100644
--- a/modules/other/gail/gailrange.c
+++ b/modules/other/gail/gailrange.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailrenderercell.c b/modules/other/gail/gailrenderercell.c
index 5e3aae59d..233e5c41e 100644
--- a/modules/other/gail/gailrenderercell.c
+++ b/modules/other/gail/gailrenderercell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailrenderercell.h"
diff --git a/modules/other/gail/gailscale.c b/modules/other/gail/gailscale.c
index 17372141c..a74de3505 100644
--- a/modules/other/gail/gailscale.c
+++ b/modules/other/gail/gailscale.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailscrollbar.c b/modules/other/gail/gailscrollbar.c
index 0e922247c..dd24b0d9a 100644
--- a/modules/other/gail/gailscrollbar.c
+++ b/modules/other/gail/gailscrollbar.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailscrollbar.h"
diff --git a/modules/other/gail/gailscrolledwindow.c b/modules/other/gail/gailscrolledwindow.c
index eb7ad6acc..e023b4a73 100644
--- a/modules/other/gail/gailscrolledwindow.c
+++ b/modules/other/gail/gailscrolledwindow.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailseparator.c b/modules/other/gail/gailseparator.c
index d8fbb7c89..39efe4e3f 100644
--- a/modules/other/gail/gailseparator.c
+++ b/modules/other/gail/gailseparator.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailseparator.h"
diff --git a/modules/other/gail/gailspinbutton.c b/modules/other/gail/gailspinbutton.c
index e4ec43e05..c8ce6526d 100644
--- a/modules/other/gail/gailspinbutton.c
+++ b/modules/other/gail/gailspinbutton.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailstatusbar.c b/modules/other/gail/gailstatusbar.c
index 86656ab39..e8b84cf2a 100644
--- a/modules/other/gail/gailstatusbar.c
+++ b/modules/other/gail/gailstatusbar.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailsubmenuitem.c b/modules/other/gail/gailsubmenuitem.c
index b95148d6e..c55a75831 100644
--- a/modules/other/gail/gailsubmenuitem.c
+++ b/modules/other/gail/gailsubmenuitem.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <gtk/gtk.h>
#include "gailsubmenuitem.h"
diff --git a/modules/other/gail/gailtextcell.c b/modules/other/gail/gailtextcell.c
index d564c04f9..30f20f741 100644
--- a/modules/other/gail/gailtextcell.c
+++ b/modules/other/gail/gailtextcell.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
#include "gailtextcell.h"
diff --git a/modules/other/gail/gailtextview.c b/modules/other/gail/gailtextview.c
index f8759cf29..bd9205cb6 100644
--- a/modules/other/gail/gailtextview.c
+++ b/modules/other/gail/gailtextview.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <sys/types.h>
#include <unistd.h>
diff --git a/modules/other/gail/gailtogglebutton.c b/modules/other/gail/gailtogglebutton.c
index 851e8ae60..beed9a830 100644
--- a/modules/other/gail/gailtogglebutton.c
+++ b/modules/other/gail/gailtogglebutton.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailtoplevel.c b/modules/other/gail/gailtoplevel.c
index 5d793e061..896382fc3 100644
--- a/modules/other/gail/gailtoplevel.c
+++ b/modules/other/gail/gailtoplevel.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/modules/other/gail/gailtreeview.c b/modules/other/gail/gailtreeview.c
index af9c05834..9b121c12f 100644
--- a/modules/other/gail/gailtreeview.c
+++ b/modules/other/gail/gailtreeview.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailutil.c b/modules/other/gail/gailutil.c
index d0607411b..413d0633d 100644
--- a/modules/other/gail/gailutil.c
+++ b/modules/other/gail/gailutil.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <string.h>
diff --git a/modules/other/gail/gailwidget.c b/modules/other/gail/gailwidget.c
index b1e48e285..9b371927c 100644
--- a/modules/other/gail/gailwidget.c
+++ b/modules/other/gail/gailwidget.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/gailwindow.c b/modules/other/gail/gailwindow.c
index 45b1d3c41..6b8fdbc6b 100644
--- a/modules/other/gail/gailwindow.c
+++ b/modules/other/gail/gailwindow.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <string.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/libgail-util/gailmisc.c b/modules/other/gail/libgail-util/gailmisc.c
index 8c49a6777..ade1288bb 100644
--- a/modules/other/gail/libgail-util/gailmisc.c
+++ b/modules/other/gail/libgail-util/gailmisc.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <gtk/gtk.h>
diff --git a/modules/other/gail/libgail-util/gailtextutil.c b/modules/other/gail/libgail-util/gailtextutil.c
index dc89f7775..ae6234f93 100644
--- a/modules/other/gail/libgail-util/gailtextutil.c
+++ b/modules/other/gail/libgail-util/gailtextutil.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include "gailtextutil.h"
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c
index bed56a6f4..0aaf83e53 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <ctype.h>
#include <unistd.h>
#include <sys/types.h>
diff --git a/modules/printbackends/file/gtkprintbackendfile.c b/modules/printbackends/file/gtkprintbackendfile.c
index 6cd8e6e63..43b96f457 100644
--- a/modules/printbackends/file/gtkprintbackendfile.c
+++ b/modules/printbackends/file/gtkprintbackendfile.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <unistd.h>
#include <sys/types.h>
diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.c b/modules/printbackends/lpr/gtkprintbackendlpr.c
index 78f189a10..fd5952d5d 100644
--- a/modules/printbackends/lpr/gtkprintbackendlpr.c
+++ b/modules/printbackends/lpr/gtkprintbackendlpr.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/modules/printbackends/test/gtkprintbackendtest.c b/modules/printbackends/test/gtkprintbackendtest.c
index f43bd7d71..73ce61b7b 100644
--- a/modules/printbackends/test/gtkprintbackendtest.c
+++ b/modules/printbackends/test/gtkprintbackendtest.c
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <unistd.h>
#include <sys/types.h>
diff --git a/tests/autotestfilesystem.c b/tests/autotestfilesystem.c
index 6c4519d1a..ccc679545 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 305ce9aaf..172c162fc 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 f9ff9f5af..e94b63115 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 7a31f0a5f..fb9eac7a5 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 17ece3fa5..a65af3f61 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 b8aeddd9b..267efe9b3 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 0d29a0418..19a19aa94 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 17a59f246..8a4f2010b 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 9b97b7c60..3d55d8a6a 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 62423b1c9..3af41b3c4 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 c27cc005f..bf0114292 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 7e42cbca1..89fe3a1a2 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 58052ad8a..75833e203 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 483010b1f..36c41f78a 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 47e8ce76d..57b27f8cb 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 f1c1ed336..ee18d7fb8 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 ee24ff80b..8a2bbc0de 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 275ee19f1..4734284b9 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 86eda4bc4..b29db5329 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 ba847617d..957f5e2fa 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 c6ba138c2..e5a41bbe7 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 a4a36ec92..7d024edcc 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 e9bbea326..ebf1438b5 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 d63979b05..0dcc489a8 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 8eed10ef0..ca0fee560 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 e3a7d4854..cb6968e22 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 751af9f39..94166c6f9 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 b285ddd62..f4fdbc2cf 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 53935b580..cd1817369 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 468242952..6801e0976 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 4fe354b79..9ebc88f23 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 0879865c8..956d744dd 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 67af1970c..a82f0e16f 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 af826b6cc..1224f7594 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 8bc996bfd..469e19570 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 1e4985f8f..22f776199 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 f7edc6122..213836ef6 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 3c7f21f06..30d2a3fa5 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 e5ebacd89..3b9653d8b 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 d4fb5f76a..8baf12b3b 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 e8b1abe9e..871dcf070 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 a58b1b40b..a23b367dd 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 743f20199..56dcde3f6 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 5ca3e1401..080bc4104 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>