Make generating dependent include files for C++ the default.

--gen-includes is now deprecate but still accepted.
--no-includes can be used instead when needed.

Change-Id: I2cd46d193032b9b7c31c76c6f655e9333d3a393a
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2015-06-15 12:29:06 -07:00
parent 5f091c46ce
commit 1808337adc
6 changed files with 14 additions and 7 deletions

View File

@@ -416,7 +416,7 @@ struct GeneratorOptions {
output_default_scalars_in_json(false),
indent_step(2),
output_enum_identifiers(true), prefixed_enums(true),
include_dependence_headers(false),
include_dependence_headers(true),
mutable_buffer(false),
lang(GeneratorOptions::kJava) {}
};