Bug 921563 - part 2 - delete typedefs and using statements from global scope in IPDL C++ files; r=gps

This commit is contained in:
Nathan Froyd 2013-09-27 13:14:47 -04:00
parent 7f284c8cab
commit b8ba20bc39

View File

@ -2564,10 +2564,6 @@ class _GenerateProtocolActorCode(ipdl.ast.Visitor):
[ Whitespace.NL ]
+ self.protocolCxxIncludes
+ [ Whitespace.NL ]
+ self.standardTypedefs()
+ tu.protocol.decl.cxxtypedefs
+ self.includedActorUsings
+ [ Whitespace.NL ]
+ cppheaders
+ [ Whitespace.NL ]))