mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-26 15:12:51 +00:00
Add includes, remove unused ones
This commit is contained in:
parent
59841057e9
commit
53a813b3a1
@ -34,12 +34,11 @@
|
|||||||
#ifndef GNSS_SDR_GNSS_SYNCHRO_MONITOR_H
|
#ifndef GNSS_SDR_GNSS_SYNCHRO_MONITOR_H
|
||||||
#define GNSS_SDR_GNSS_SYNCHRO_MONITOR_H
|
#define GNSS_SDR_GNSS_SYNCHRO_MONITOR_H
|
||||||
|
|
||||||
|
|
||||||
#include "gnss_synchro_udp_sink.h"
|
#include "gnss_synchro_udp_sink.h"
|
||||||
#include <gnuradio/sync_block.h>
|
#include <gnuradio/sync_block.h>
|
||||||
#include <fstream>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <vector>
|
||||||
|
|
||||||
|
|
||||||
class gnss_synchro_monitor;
|
class gnss_synchro_monitor;
|
||||||
|
@ -29,11 +29,15 @@
|
|||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef GNSS_SYNCHRO_UDP_SINK_H_
|
#ifndef GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_
|
||||||
#define GNSS_SYNCHRO_UDP_SINK_H_
|
#define GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_
|
||||||
|
|
||||||
#include "gnss_synchro.h"
|
#include "gnss_synchro.h"
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
|
#include <boost/system/error_code.hpp>
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
|
||||||
class Gnss_Synchro_Udp_Sink
|
class Gnss_Synchro_Udp_Sink
|
||||||
{
|
{
|
||||||
@ -50,4 +54,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif /* GNSS_SYNCHRO_UDP_SINK_H_ */
|
#endif /* GNSS_SDR_GNSS_SYNCHRO_UDP_SINK_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user