1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-05-03 12:11:26 +00:00

Reorder includes: local headers first, then 3rd-party library headers, and finally standard headers

This commit is contained in:
Carles Fernandez
2018-02-26 03:15:53 +01:00
parent 24f6003ba0
commit 658e677fc3
266 changed files with 968 additions and 994 deletions

View File

@@ -53,6 +53,9 @@
#ifndef GNSS_SDR_RTKLIB_H_
#define GNSS_SDR_RTKLIB_H_
#include "MATH_CONSTANTS.h"
#include "gnss_frequencies.h"
#include "gnss_obs_codes.h"
#include <pthread.h>
#include <netinet/in.h>
#include <cctype>
@@ -60,9 +63,6 @@
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include "MATH_CONSTANTS.h"
#include "gnss_frequencies.h"
#include "gnss_obs_codes.h"
/* macros --------------------------------------------------------------------*/