gegl r2047 - in trunk: . gegl
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2047 - in trunk: . gegl
- Date: Mon, 18 Feb 2008 19:35:22 +0000 (GMT)
Author: neo
Date: Mon Feb 18 19:35:22 2008
New Revision: 2047
URL: http://svn.gnome.org/viewvc/gegl?rev=2047&view=rev
Log:
2008-02-18 Sven Neumann <sven gimp org>
* gegl/gegl-init.c: never include gi18n.h from a library, use
g18n-lib.h instead.
Modified:
trunk/ChangeLog
trunk/gegl/gegl-init.c
Modified: trunk/gegl/gegl-init.c
==============================================================================
--- trunk/gegl/gegl-init.c (original)
+++ trunk/gegl/gegl-init.c Mon Feb 18 19:35:22 2008
@@ -17,14 +17,13 @@
*/
#include "config.h"
+
#include <babl/babl.h>
+
#include <glib-object.h>
-#include "gegl-instrument.h"
-/*#include "gegl-types.h"*/
-#include "gegl-init.h"
-#include "module/geglmodule.h"
-#include "module/geglmoduledb.h"
-#include "buffer/gegl-buffer-allocator.h"
+#include <glib/gstdio.h>
+#include <glib/gi18n-lib.h>
+
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
@@ -32,13 +31,20 @@
#ifdef G_OS_WIN32
#include <process.h>
#endif
-#include <glib/gstdio.h>
+
+#include "gegl-instrument.h"
+/*#include "gegl-types.h"*/
+#include "gegl-init.h"
+
+#include "module/geglmodule.h"
+#include "module/geglmoduledb.h"
+
+#include "buffer/gegl-buffer-allocator.h"
+
#include "operation/gegl-operation.h"
#include "operation/gegl-operations.h"
#include "operation/gegl-extension-handler.h"
-#include <glib/gi18n.h>
-
static gboolean gegl_post_parse_hook (GOptionContext *context,
GOptionGroup *group,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]