PacketBB: Removed unnecessary forward declarations.

This commit is contained in:
Tom Wambold
2009-09-11 12:00:38 -04:00
parent 7d7681d6bc
commit bf9984d28a
3 changed files with 2 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ def build(bld):
'ipv6.cc',
'ipv6-raw-socket-factory.cc',
'ipv6-routing-protocol.cc',
'packetbb.cc',
]
headers = bld.new_task_gen('ns3header')
@@ -91,4 +92,5 @@ def build(bld):
'ipv6.h',
'ipv6-raw-socket-factory.h',
'ipv6-routing-protocol.h',
'packetbb.h',
]