
* mln/morpho/line_gradient.hh: * apps/statues/mesh-complex-max-curv.cc: Here. --- milena/ChangeLog | 8 ++++++++ milena/apps/statues/mesh-complex-max-curv.cc | 3 --- milena/mln/morpho/line_gradient.hh | 2 -- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index e83522a..f7d67b5 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,13 @@ 2009-05-11 Roland Levillain <roland@lrde.epita.fr> + Remove useless #include's. + + * mln/morpho/line_gradient.hh: + * apps/statues/mesh-complex-max-curv.cc: + Here. + +2009-05-11 Roland Levillain <roland@lrde.epita.fr> + Have apps/statues/ catch up with Milena's current interface. * apps/statues/mesh-complex-max-curv-segm.cc, diff --git a/milena/apps/statues/mesh-complex-max-curv.cc b/milena/apps/statues/mesh-complex-max-curv.cc index 5c93d7d..5c095f8 100644 --- a/milena/apps/statues/mesh-complex-max-curv.cc +++ b/milena/apps/statues/mesh-complex-max-curv.cc @@ -39,9 +39,6 @@ #include <mln/core/image/complex_image.hh> #include <mln/core/image/complex_neighborhoods.hh> -#include <mln/morpho/closing_area.hh> -#include <mln/morpho/meyer_wst.hh> - #include <mln/data/fill.hh> #include <mln/literal/zero.hh> diff --git a/milena/mln/morpho/line_gradient.hh b/milena/mln/morpho/line_gradient.hh index 32b5975..c0c6018 100644 --- a/milena/mln/morpho/line_gradient.hh +++ b/milena/mln/morpho/line_gradient.hh @@ -40,8 +40,6 @@ # include <mln/math/abs.hh> -# include <mln/util/ord.hh> - # include <mln/core/image/image2d.hh> # include <mln/core/image/edge_image.hh> # include <mln/core/alias/window2d.hh> -- 1.6.1.2
participants (1)
-
Roland Levillain