
--- milena/ChangeLog | 4 ++++ milena/mln/io/essential.hh | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index bfbfd3c..fe5657f 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2009-06-03 Roland Levillain <roland@lrde.epita.fr> + * mln/io/essential.hh: Normalize header guards. + +2009-06-03 Roland Levillain <roland@lrde.epita.fr> + Fix some Doxygen comments in mln/io/. * mln/io/all.hh, diff --git a/milena/mln/io/essential.hh b/milena/mln/io/essential.hh index bf63057..b8883bc 100644 --- a/milena/mln/io/essential.hh +++ b/milena/mln/io/essential.hh @@ -26,8 +26,8 @@ // reasons why the executable file might be covered by the GNU General // Public License. -#ifndef MLN_IO_ESSENTIAL_HH_ -# define MLN_IO_ESSENTIAL_HH_ +#ifndef MLN_IO_ESSENTIAL_HH +# define MLN_IO_ESSENTIAL_HH /// \file mln/io/essential.hh /// \brief Inclusion of the most useful I/O routines. @@ -36,5 +36,4 @@ # include <mln/io/pgm/all.hh> # include <mln/io/ppm/all.hh> -#endif // !MLN_IO_ESSENTIAL_HH_ - +#endif // ! MLN_IO_ESSENTIAL_HH -- 1.6.1.2