mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-08-30 22:18:54 +00:00
Reorder includes: local headers first, then 3rd-party library headers, and finally standard headers
This commit is contained in:
@@ -37,9 +37,10 @@
|
||||
#ifndef GNSS_SDR_GNSS_BLOCK_INTERFACE_H_
|
||||
#define GNSS_SDR_GNSS_BLOCK_INTERFACE_H_
|
||||
|
||||
#include <gnuradio/top_block.h>
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
#include <gnuradio/top_block.h>
|
||||
|
||||
|
||||
/*!
|
||||
* \brief This abstract class represents an interface to GNSS blocks.
|
||||
|
||||
Reference in New Issue
Block a user