mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-19 13:43:03 +00:00
make cpplint happy
This commit is contained in:
parent
ef3afccfbc
commit
2df08c48fa
@ -28,7 +28,6 @@
|
|||||||
#include <cmath> // for std::floor
|
#include <cmath> // for std::floor
|
||||||
#include <exception> // for std::exception
|
#include <exception> // for std::exception
|
||||||
#include <iostream> // for std::cout
|
#include <iostream> // for std::cout
|
||||||
#include <vector> // for std::vector
|
|
||||||
#if USE_GLOG_AND_GFLAGS
|
#if USE_GLOG_AND_GFLAGS
|
||||||
#include <glog/logging.h>
|
#include <glog/logging.h>
|
||||||
#else
|
#else
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#include <mutex> // for mutex
|
#include <mutex> // for mutex
|
||||||
#include <string> // for strings
|
#include <string> // for strings
|
||||||
#include <thread> // for threads
|
#include <thread> // for threads
|
||||||
|
#include <vector> // for std::vector
|
||||||
|
|
||||||
|
|
||||||
/** \addtogroup Signal_Source
|
/** \addtogroup Signal_Source
|
||||||
|
Loading…
Reference in New Issue
Block a user