wifi: make gsl headers private

This commit is contained in:
Gabriel Ferreira
2023-01-30 18:56:25 -03:00
parent df5fa6bc3b
commit 6ec1c431c4
3 changed files with 14 additions and 7 deletions

View File

@@ -23,6 +23,13 @@
#include <cmath>
#ifdef HAVE_GSL
#include <gsl/gsl_cdf.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_sf_bessel.h>
#endif
namespace ns3
{

View File

@@ -20,13 +20,6 @@
#ifndef DSSS_ERROR_RATE_MODEL_H
#define DSSS_ERROR_RATE_MODEL_H
#ifdef HAVE_GSL
#include <gsl/gsl_cdf.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_sf_bessel.h>
#endif
#include <cstdint>
namespace ns3

View File

@@ -18,6 +18,13 @@
* Sébastien Deronne (sebastien.deronne@gmail.com)
*/
#ifdef HAVE_GSL
#include <gsl/gsl_cdf.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_sf_bessel.h>
#endif
#include "ns3/dsss-error-rate-model.h"
#include "ns3/he-phy.h" //includes HT and VHT
#include "ns3/interference-helper.h"