Add descriptor.proto into the #include exclusion list

This commit is contained in:
Petteri Aimonen
2012-06-12 17:51:08 +03:00
parent feddc0115c
commit 8f3a881ca1

View File

@@ -442,7 +442,7 @@ if __name__ == '__main__':
# List of .proto files that should not be included in the C header file
# even if they are mentioned in the source .proto.
excludes = ['nanopb.proto']
excludes = ['nanopb.proto', 'google/protobuf/descriptor.proto']
dependencies = [d for d in fdesc.file[0].dependency if d not in excludes]
header = open(headername, 'w')