Index: ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* oln/makefile.src: Update file dependencies.
* oln/core/2d/iter2d.hh: Fix a bad file inclusion.
core/2d/iter2d.hh | 3 +--
makefile.src | 2 ++
2 files changed, 3 insertions(+), 2 deletions(-)
Index: oln/makefile.src
--- oln/makefile.src (revision 5)
+++ oln/makefile.src (working copy)
@@ -4,6 +4,8 @@
##
OLN_DEP = \
+ config/pconf.hh \
+ config/system.hh \
core/2d/array2d.hh \
core/2d/image2d.hh \
core/2d/iter2d.hh \
Index: oln/core/2d/iter2d.hh
--- oln/core/2d/iter2d.hh (revision 5)
+++ oln/core/2d/iter2d.hh (working copy)
@@ -2,7 +2,6 @@
# define PROTO_OLN_CORE_2D_ITER2D_HH
# include <mlc/contract.hh>
-# include <mlc/objs.hh>
# include <oln/core/abstract/iter.hh>
# include <oln/core/2d/point2d.hh>
@@ -96,4 +95,4 @@
}
-#endif // ndef PROTO_OLN_CORE_ABSTRACT_ITER_HH
+#endif // ndef PROTO_OLN_CORE_2D_ITER2D_HH
Show replies by date