From 27f20ff717f390e63743b7eecb4fc900826f04b1 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sun, 1 Apr 2012 10:08:16 -0400 Subject: [PATCH] no one needs animation-interface.h here. --- src/csma-layout/model/csma-star-helper.cc | 2 +- src/point-to-point-layout/model/point-to-point-dumbbell.cc | 2 +- src/point-to-point-layout/model/point-to-point-grid.cc | 1 - src/point-to-point-layout/model/point-to-point-star.cc | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/csma-layout/model/csma-star-helper.cc b/src/csma-layout/model/csma-star-helper.cc index 29a03c572..d866ce97a 100644 --- a/src/csma-layout/model/csma-star-helper.cc +++ b/src/csma-layout/model/csma-star-helper.cc @@ -18,11 +18,11 @@ #include // ns3 includes -#include "ns3/animation-interface.h" #include "ns3/csma-star-helper.h" #include "ns3/node-list.h" #include "ns3/point-to-point-net-device.h" #include "ns3/vector.h" +#include "ns3/log.h" NS_LOG_COMPONENT_DEFINE ("CsmaStarHelper"); diff --git a/src/point-to-point-layout/model/point-to-point-dumbbell.cc b/src/point-to-point-layout/model/point-to-point-dumbbell.cc index ce5163a47..9738560b4 100644 --- a/src/point-to-point-layout/model/point-to-point-dumbbell.cc +++ b/src/point-to-point-layout/model/point-to-point-dumbbell.cc @@ -22,7 +22,7 @@ #include // ns3 includes -#include "ns3/animation-interface.h" +#include "ns3/log.h" #include "ns3/point-to-point-dumbbell.h" #include "ns3/constant-position-mobility-model.h" diff --git a/src/point-to-point-layout/model/point-to-point-grid.cc b/src/point-to-point-layout/model/point-to-point-grid.cc index 7dd0f2d27..e252c6eca 100644 --- a/src/point-to-point-layout/model/point-to-point-grid.cc +++ b/src/point-to-point-layout/model/point-to-point-grid.cc @@ -17,7 +17,6 @@ */ #include "ns3/point-to-point-grid.h" -#include "ns3/animation-interface.h" #include "ns3/internet-stack-helper.h" #include "ns3/point-to-point-helper.h" #include "ns3/constant-position-mobility-model.h" diff --git a/src/point-to-point-layout/model/point-to-point-star.cc b/src/point-to-point-layout/model/point-to-point-star.cc index d99ef2a59..bc09fbf53 100644 --- a/src/point-to-point-layout/model/point-to-point-star.cc +++ b/src/point-to-point-layout/model/point-to-point-star.cc @@ -18,7 +18,7 @@ #include // ns3 includes -#include "ns3/animation-interface.h" +#include "ns3/log.h" #include "ns3/point-to-point-star.h" #include "ns3/constant-position-mobility-model.h"