Description
The generated files have include directives like #include "Specific.hh". This forces the users to add things like -I/usr/local/avro to their build scripts.If, instead, the generated code had #include "avro/Specific.hh" the users can use something like -I/usr/local (or omit it altogether because many systems may already have /usr/local in their include paths).