1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-28 18:04:51 +00:00

Remove cstdio header

See * MISRA C++:2008, 27-0-1 - The stream input/output library <cstdio> shall not be used.
This commit is contained in:
Carles Fernandez 2019-07-14 00:42:56 +02:00
parent ca92ff0e44
commit 19b35b6cef
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -38,7 +38,6 @@
#include <glog/logging.h>
#include <volk_gnsssdr/volk_gnsssdr.h>
#include <cmath>
#include <cstdio>
#include <fcntl.h> // for O_RDWR, O_RSYNC
#include <string>
#include <sys/mman.h> // for PROT_READ, PROT_WRITE, MAP_SHARED