mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +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:
		| @@ -38,7 +38,6 @@ | |||||||
| #include <glog/logging.h> | #include <glog/logging.h> | ||||||
| #include <volk_gnsssdr/volk_gnsssdr.h> | #include <volk_gnsssdr/volk_gnsssdr.h> | ||||||
| #include <cmath> | #include <cmath> | ||||||
| #include <cstdio> |  | ||||||
| #include <fcntl.h>  // for O_RDWR, O_RSYNC | #include <fcntl.h>  // for O_RDWR, O_RSYNC | ||||||
| #include <string> | #include <string> | ||||||
| #include <sys/mman.h>  // for PROT_READ, PROT_WRITE, MAP_SHARED | #include <sys/mman.h>  // for PROT_READ, PROT_WRITE, MAP_SHARED | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez