gimp r27137 - in trunk: . app/plug-in app/vectors
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27137 - in trunk: . app/plug-in app/vectors
- Date: Sun, 5 Oct 2008 20:06:16 +0000 (UTC)
Author: mitch
Date: Sun Oct 5 20:06:16 2008
New Revision: 27137
URL: http://svn.gnome.org/viewvc/gimp?rev=27137&view=rev
Log:
2008-10-05 Michael Natterer <mitch gimp org>
* app/plug-in/gimpplugin-cleanup.c
* app/vectors/gimpanchor.c: #include <glib-object.h>, not
"glib-object.h".
Modified:
trunk/ChangeLog
trunk/app/plug-in/gimpplugin-cleanup.c
trunk/app/vectors/gimpanchor.c
Modified: trunk/app/plug-in/gimpplugin-cleanup.c
==============================================================================
--- trunk/app/plug-in/gimpplugin-cleanup.c (original)
+++ trunk/app/plug-in/gimpplugin-cleanup.c Sun Oct 5 20:06:16 2008
@@ -20,7 +20,7 @@
#include "config.h"
-#include "glib-object.h"
+#include <glib-object.h>
#include "plug-in-types.h"
Modified: trunk/app/vectors/gimpanchor.c
==============================================================================
--- trunk/app/vectors/gimpanchor.c (original)
+++ trunk/app/vectors/gimpanchor.c Sun Oct 5 20:06:16 2008
@@ -21,7 +21,7 @@
#include "config.h"
-#include "glib-object.h"
+#include <glib-object.h>
#include "vectors-types.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]