mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-11 04:20: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 <exception> // for std::exception
|
||||
#include <iostream> // for std::cout
|
||||
#include <vector> // for std::vector
|
||||
#if USE_GLOG_AND_GFLAGS
|
||||
#include <glog/logging.h>
|
||||
#else
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <mutex> // for mutex
|
||||
#include <string> // for strings
|
||||
#include <thread> // for threads
|
||||
#include <vector> // for std::vector
|
||||
|
||||
|
||||
/** \addtogroup Signal_Source
|
||||
|
Loading…
Reference in New Issue
Block a user