mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Uniformize header guards
This commit is contained in:
parent
07259159af
commit
3b039619cc
@ -30,8 +30,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef INCLUDED_GR_COMPLEX_IP_PACKET_SOURCE_H
|
||||
#define INCLUDED_GR_COMPLEX_IP_PACKET_SOURCE_H
|
||||
#ifndef GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H
|
||||
#define GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
#include <gnuradio/sync_block.h>
|
||||
@ -112,4 +112,4 @@ public:
|
||||
bool stop();
|
||||
};
|
||||
|
||||
#endif /* INCLUDED_GR_COMPLEX_IP_PACKET_SOURCE_H */
|
||||
#endif /* GNSS_SDR_GR_COMPLEX_IP_PACKET_SOURCE_H */
|
||||
|
@ -30,8 +30,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_unpack_byte_4bit_samples_H
|
||||
#define GNSS_SDR_unpack_byte_4bit_samples_H
|
||||
#ifndef GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H
|
||||
#define GNSS_SDR_UNPACK_BYTE_4BIT_SAMPLES_H
|
||||
|
||||
#include <gnuradio/sync_interpolator.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user