rename node.h to i-node.h

This commit is contained in:
Mathieu Lacage
2007-05-14 09:09:43 +02:00
parent 01f945c459
commit 1b0dbb2b34
22 changed files with 22 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ def build(bld):
headers = bld.create_obj('ns3header')
headers.source = [
'internet-node.h',
'internet-i-node.h',
'ascii-trace.h',
'pcap-trace.h',
]