[gimp] app: #include "gimplayer-new.c" in tests/ where needed



commit 3daa2ab96b0e753023b0485f253c671fab3a2a42
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jul 1 12:09:39 2015 +0200

    app: #include "gimplayer-new.c" in tests/ where needed

 app/tests/test-core.c |    1 +
 app/tests/test-ui.c   |    1 +
 app/tests/test-xcf.c  |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/tests/test-core.c b/app/tests/test-core.c
index e3bb3bd..9ce79d6 100644
--- a/app/tests/test-core.c
+++ b/app/tests/test-core.c
@@ -26,6 +26,7 @@
 #include "core/gimpcontext.h"
 #include "core/gimpimage.h"
 #include "core/gimplayer.h"
+#include "core/gimplayer-new.h"
 
 #include "operations/gimplevelsconfig.h"
 
diff --git a/app/tests/test-ui.c b/app/tests/test-ui.c
index e9b631c..3b6df6e 100644
--- a/app/tests/test-ui.c
+++ b/app/tests/test-ui.c
@@ -55,6 +55,7 @@
 #include "core/gimpcontext.h"
 #include "core/gimpimage.h"
 #include "core/gimplayer.h"
+#include "core/gimplayer-new.h"
 #include "core/gimptoolinfo.h"
 #include "core/gimptooloptions.h"
 
diff --git a/app/tests/test-xcf.c b/app/tests/test-xcf.c
index 94df57f..a759ea6 100644
--- a/app/tests/test-xcf.c
+++ b/app/tests/test-xcf.c
@@ -39,6 +39,7 @@
 #include "core/gimpimage-guides.h"
 #include "core/gimpimage-sample-points.h"
 #include "core/gimplayer.h"
+#include "core/gimplayer-new.h"
 #include "core/gimpsamplepoint.h"
 #include "core/gimpselection.h"
 


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