do not include internet-node.h

This commit is contained in:
Mathieu Lacage
2008-03-31 14:34:27 -07:00
parent 2b44913a70
commit 41f6573c8d
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
#include "ns3/assert.h"
#include "ns3/channel.h"
#include "ns3/net-device.h"
#include "ns3/internet-node.h"
#include "ns3/node.h"
#include "ns3/ipv4.h"
#include "global-router-interface.h"

View File

@@ -32,7 +32,6 @@
#include "olsr-agent-impl.h"
#include "ns3/socket-factory.h"
#include "ns3/udp.h"
#include "ns3/internet-node.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
#include "ns3/random-variable.h"