mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
cpplint: fix build/include_what_you_use, runtime/explicit filters
This commit is contained in:
parent
ce4817b679
commit
a77142b8ca
@ -29,10 +29,11 @@
|
||||
#include <gnuradio/block.h> // for block
|
||||
#include <gnuradio/types.h> // for gr_vector_int
|
||||
#include <cstdint> // for int32_t
|
||||
#include <fstream> // for string, ofstream
|
||||
#include <memory> // for shared_ptr
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <fstream> // for std::ofstream
|
||||
#include <map> // for std::map
|
||||
#include <memory> // for std:shared_ptr
|
||||
#include <string> // for std::string
|
||||
#include <vector> // for std::vector
|
||||
|
||||
class Gnss_Synchro;
|
||||
class hybrid_observables_gs;
|
||||
@ -58,7 +59,7 @@ public:
|
||||
private:
|
||||
friend hybrid_observables_gs_sptr hybrid_observables_gs_make(const Obs_Conf& conf_);
|
||||
|
||||
hybrid_observables_gs(const Obs_Conf& conf_);
|
||||
explicit hybrid_observables_gs(const Obs_Conf& conf_);
|
||||
|
||||
Obs_Conf d_conf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user