removed some useless inclusions of log.h
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user