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


svn path=/trunk/; revision=7092
This commit is contained in:
Johan Dahlin
2008-06-22 15:10:51 +00:00
committed by Johan Dahlin
parent 6347be5fb6
commit 761424465a
82 changed files with 88 additions and 81 deletions

View File

@@ -23,7 +23,7 @@
* Sebastian Dröge <slomo@circular-chaos.org>
*/
#include <config.h>
#include "config.h"
#include "ginotifydirectorymonitor.h"
#include "giomodule.h"

View File

@@ -23,7 +23,7 @@
* Sebastian Dröge <slomo@circular-chaos.org>
*/
#include <config.h>
#include "config.h"
#include "ginotifyfilemonitor.h"
#include <gio/giomodule.h>