mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Remove unused / commented includes
This commit is contained in:
parent
96f1823c72
commit
d6ac1100e8
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user