diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-06-22 14:28:52 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-22 14:28:52 +0000 |
commit | 315f52d61eff9cb2b6c8187467f546deebfce966 (patch) | |
tree | f2751e4982ec424215e000f1d3b9ba6d140d7809 /gdk-pixbuf/pixops | |
parent | 1a3c8b06677afb9ff47fbeceef48577711ab34af (diff) | |
download | gdk-pixbuf-315f52d61eff9cb2b6c8187467f546deebfce966.tar.gz |
Include "config.h" instead of <config.h> Command used: find -name
2008-06-21 Johan Dahlin <jdahlin@async.com.br>
* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch and Tim
svn path=/trunk/; revision=20669
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r-- | gdk-pixbuf/pixops/pixops.c | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/timescale.c | 2 |
2 files changed, 2 insertions, 2 deletions
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> |