[GRASS-dev] d.rast.edit headers issue

Hi,

trying to compile the d.rast.edit module I found out there are edit.h
and local_proto.h headers. I think local_proto.h file could be
removed, it only duplicates edit.h file.

Martin

--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *

Martin Landa wrote:

trying to compile the d.rast.edit module I found out there are edit.h
and local_proto.h headers. I think local_proto.h file could be
removed, it only duplicates edit.h file.

Done.

In fact, it caused Markus' compilation to fail (he uses
-Werror-implicit-function-declaration) as, when I moved Dcell() from
lib/D (which no longer exists) to d.rast.edit, I put the prototype
into local_proto.h (which isn't actually used) by mistake.

--
Glynn Clements <glynn@gclements.plus.com>