[gimp] plug-ins: follow policy and only include <libgimp/gimp.h> in help
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: follow policy and only include <libgimp/gimp.h> in help
- Date: Tue, 15 Oct 2013 20:42:41 +0000 (UTC)
commit a80146c84bb23046f8229df9d21ff749f4b1330f
Author: Michael Natterer <mitch gimp org>
Date: Tue Oct 15 22:25:56 2013 +0200
plug-ins: follow policy and only include <libgimp/gimp.h> in help
plug-ins/help/gimp-help-lookup.c | 4 +---
plug-ins/help/gimphelp.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/plug-ins/help/gimp-help-lookup.c b/plug-ins/help/gimp-help-lookup.c
index 7844bf0..f27e5b5 100644
--- a/plug-ins/help/gimp-help-lookup.c
+++ b/plug-ins/help/gimp-help-lookup.c
@@ -23,9 +23,7 @@
#include <stdlib.h>
#include <string.h>
-#include <glib-object.h>
-
-#include "libgimpbase/gimpbase.h"
+#include "libgimp/gimp.h"
#include "gimphelp.h"
diff --git a/plug-ins/help/gimphelp.c b/plug-ins/help/gimphelp.c
index a17cddf..abcc5bb 100644
--- a/plug-ins/help/gimphelp.c
+++ b/plug-ins/help/gimphelp.c
@@ -28,9 +28,7 @@
#include <string.h>
-#include <glib-object.h>
-
-#include "libgimpbase/gimpbase.h"
+#include "libgimp/gimp.h"
#include "gimphelp.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]