URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2007-11-23 Guillaume Duhamel <guillaume.duhamel(a)lrde.epita.fr>
Fix compile for fill level.
* fill.cc: Remove mln/value/props.hh.
---
fill.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: trunk/milena/tests/level/fill.cc
===================================================================
--- trunk/milena/tests/level/fill.cc (revision 1526)
+++ trunk/milena/tests/level/fill.cc (revision 1527)
@@ -35,7 +35,7 @@
#include <mln/level/fill.hh>
#include <mln/debug/println.hh>
-#include <mln/value/props.hh>
+//#include <mln/value/props.hh>
int main()