[gimp] tools: #include "libgimpbase/gimpbase.h" and not just gimpversion.h



commit 8364672b1181e7edb34e2efcbc59605f4f3b35aa
Author: Michael Natterer <mitch gimp org>
Date:   Thu Apr 28 12:47:38 2011 +0200

    tools: #include "libgimpbase/gimpbase.h" and not just gimpversion.h

 tools/gimptool.c       |    4 ++--
 tools/test-clipboard.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tools/gimptool.c b/tools/gimptool.c
index 6fab08a..18cefb5 100644
--- a/tools/gimptool.c
+++ b/tools/gimptool.c
@@ -32,9 +32,9 @@
 
 #include <sys/stat.h>
 
-#include <glib.h>
+#include <glib-object.h>
 
-#include "libgimpbase/gimpversion.h"
+#include "libgimpbase/gimpbase.h"
 
 #ifdef G_OS_WIN32
 #include "libgimpbase/gimpwin32-io.h"
diff --git a/tools/test-clipboard.c b/tools/test-clipboard.c
index b6cefb8..d118dd1 100644
--- a/tools/test-clipboard.c
+++ b/tools/test-clipboard.c
@@ -20,7 +20,7 @@
 
 #include <gtk/gtk.h>
 
-#include "libgimpbase/gimpversion.h"
+#include "libgimpbase/gimpbase.h"
 
 
 typedef struct _CopyData CopyData;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]