removed some useless inclusions of log.h

This commit is contained in:
Nicola Baldo
2011-10-26 16:43:54 +02:00
parent c8af14359c
commit 419c6df2f6
6 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,6 @@
#ifndef LENA_HELPER_H
#define LENA_HELPER_H
#include <ns3/log.h>
#include <ns3/config.h>
#include <ns3/simulator.h>
#include <ns3/names.h>

View File

@@ -39,6 +39,7 @@
#include <ns3/lte-enb-phy.h>
#include <ns3/ff-mac-scheduler.h>
#include <ns3/abort.h>
#include <ns3/log.h>
NS_LOG_COMPONENT_DEFINE ("LteEnbNetDevice");

View File

@@ -33,6 +33,7 @@
#include "lte-amc.h"
#include "ns3/ipv4-header.h"
#include <ns3/lte-mac-tag.h>
#include <ns3/log.h>
NS_LOG_COMPONENT_DEFINE ("LteNetDevice");

View File

@@ -38,8 +38,8 @@
#include "ns3/ipv4-header.h"
#include "ns3/ipv4.h"
#include "lte-amc.h"
// #include "ideal-control-messages.h"
#include <ns3/lte-ue-phy.h>
#include <ns3/log.h>
NS_LOG_COMPONENT_DEFINE ("LteUeNetDevice");

View File

@@ -18,6 +18,7 @@
* Author: Manuel Requena <manuel.requena@cttc.es>
*/
#include "ns3/log.h"
#include "ns3/lte-test-ue-phy.h"
NS_LOG_COMPONENT_DEFINE ("LteTestUePhy");

View File

@@ -21,11 +21,10 @@
#ifndef SPECTRUM_TYPE_H
#define SPECTRUM_TYPE_H
#include <ns3/log.h>
#include <iostream>
#include <vector>
#include <string>
#include <stdint.h>
namespace ns3 {