1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 15:03:14 +00:00

Remove unused / commented includes

This commit is contained in:
Carles Fernandez 2019-03-05 23:23:17 +01:00
parent 96f1823c72
commit d6ac1100e8
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
3 changed files with 1 additions and 10 deletions

View File

@ -33,18 +33,11 @@
#define GNSS_SDR_GALILEO_TELEMETRY_DECODER_GS_H
//#include "Galileo_E1.h"
//#include "Galileo_E5a.h"
//#include "galileo_almanac_helper.h"
//#include "galileo_ephemeris.h"
#include "galileo_fnav_message.h"
#include <boost/shared_ptr.hpp> // for boost::shared_ptr
#include <gnuradio/types.h> // for gr_vector_const_void_star
//#include "galileo_iono.h"
#include "galileo_navigation_message.h"
//#include "galileo_utc_model.h"
#include "gnss_satellite.h"
//#include "gnss_synchro.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/block.h>
#include <fstream>

View File

@ -30,7 +30,6 @@
*/
#include "gps_l1_ca_telemetry_decoder_gs.h"
#include "gnss_synchro.h"
#include "gps_ephemeris.h" // for Gps_Ephemeris
#include "gps_iono.h" // for Gps_Iono
#include "gps_utc_model.h" // for Gps_Utc_Model

View File

@ -32,11 +32,10 @@
#define GNSS_SDR_SBAS_L1_TELEMETRY_DECODER_GS_H
#include "gnss_satellite.h"
#include <boost/crc.hpp>
#include <boost/crc.hpp> // for crc_optimal
#include <boost/shared_ptr.hpp> // for boost::shared_ptr
#include <gnuradio/block.h>
#include <gnuradio/types.h> // for gr_vector_const_void_star
#include <algorithm> // for copy
#include <cstddef> // for size_t
#include <cstdint>
#include <deque>