* doc/examples/tuto4_genericity_and_algorithms.cc: Do not include
mln/extract/green.hh.
---
milena/ChangeLog | 7 +++++++
.../examples/tuto4_genericity_and_algorithms.cc | 4 +---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 5d5a89a..83f5520 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,10 @@
+2012-06-15 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Remove dependencies on suppressed files.
+
+ * doc/examples/tuto4_genericity_and_algorithms.cc: Do not include
+ mln/extract/green.hh.
+
2012-06-14 Roland Levillain <roland(a)lrde.epita.fr>
Fix the distcheck target.
diff --git a/milena/doc/examples/tuto4_genericity_and_algorithms.cc
b/milena/doc/examples/tuto4_genericity_and_algorithms.cc
index 78237a4..46893bd 100644
--- a/milena/doc/examples/tuto4_genericity_and_algorithms.cc
+++ b/milena/doc/examples/tuto4_genericity_and_algorithms.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE)
+// Copyright (C) 2009, 2012 EPITA Research and Development Laboratory (LRDE)
//
// This file is part of Olena.
//
@@ -34,8 +34,6 @@
#include <mln/fun/p2b/chess.hh>
-#include <mln/extract/green.hh>
-
#include <mln/accu/stat/max.hh>
#include <mln/geom/all.hh>
--
1.7.2.5