1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-26 03:54:55 +00:00

Eliminate ctime library. Replaced by chrono or boost::date_time

This commit is contained in:
Carles Fernandez
2017-08-11 05:18:38 +02:00
parent ed5191fc54
commit 18cd7daa09
46 changed files with 759 additions and 880 deletions

View File

@@ -53,14 +53,13 @@
#ifndef GNSS_SDR_RTKLIB_H_
#define GNSS_SDR_RTKLIB_H_
#include <cstdio>
#include <cstdlib>
#include <cstdarg>
#include <cmath>
#include <ctime>
#include <cctype>
#include <pthread.h>
#include <netinet/in.h>
#include <cctype>
#include <cmath>
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include "MATH_CONSTANTS.h"
#include "gnss_frequencies.h"
#include "gnss_obs_codes.h"