move include to implementation file

This commit is contained in:
Mathieu Lacage
2007-09-06 18:19:22 +02:00
parent fd8b0ba57d
commit 0147e59899
2 changed files with 1 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
*/
#include "packet-socket-factory.h"
#include "node.h"
#include "packet-socket.h"
namespace ns3 {

View File

@@ -22,7 +22,6 @@
#define PACKET_SOCKET_FACTORY_H
#include "socket-factory.h"
#include "packet-socket.h"
namespace ns3 {