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
This commit is contained in:

committed by
Johan Dahlin

parent
8875b3a935
commit
d97cdbdf53
@ -20,7 +20,7 @@
|
||||
|
||||
/* By Tor Lillqvist <tml@novell.com> 2005 */
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include "win32/gdkwin32.h"
|
||||
|
||||
|
Reference in New Issue
Block a user