https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008/milena/sandbox
Index: ChangeLog
from Ugo Jardonnet <ugo.jardonnet(a)lrde.epita.fr>
INIM: CLassif: Reduce nb of included files.
* inim/classif/display.hh,
* inim/classif/iccvg04.cc,
* inim/classif/v2.cc,: Rewrite geom inclusion.
display.hh | 4 +++-
iccvg04.cc | 4 +++-
v2.cc | 5 ++++-
3 files changed, 10 insertions(+), 3 deletions(-)
Index: inim/classif/display.hh
--- inim/classif/display.hh (revision 2810)
+++ inim/classif/display.hh (working copy)
@@ -29,7 +29,9 @@
# define MLN__DISPLAY_HH
#include <mln/io/ppm/save.hh>
-#include <mln/geom/all.hh>
+#include <mln/geom/nrows.hh>
+#include <mln/geom/ncols.hh>
+#include <mln/geom/nslis.hh>
#include <mln/value/all.hh>
#include <mln/core/image/image3d.hh>
Index: inim/classif/iccvg04.cc
--- inim/classif/iccvg04.cc (revision 2810)
+++ inim/classif/iccvg04.cc (working copy)
@@ -18,7 +18,9 @@
#include <mln/util/array.hh>
#include <mln/labeling/compute.hh>
-#include <mln/geom/all.hh>
+#include <mln/geom/nrows.hh>
+#include <mln/geom/ncols.hh>
+#include <mln/geom/nslis.hh>
#include <mln/io/ppm/load.hh>
#include <mln/io/pgm/save.hh>
Index: inim/classif/v2.cc
--- inim/classif/v2.cc (revision 2810)
+++ inim/classif/v2.cc (working copy)
@@ -5,7 +5,10 @@
#include <mln/value/all.hh>
#include <mln/level/fill.hh>
-#include <mln/geom/all.hh>
+#include <mln/geom/nrows.hh>
+#include <mln/geom/ncols.hh>
+#include <mln/geom/nslis.hh>
+
#include <mln/io/ppm/load.hh>
#include <mln/io/pgm/save.hh>