1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-08 19:23:07 +00:00

Sort includes automatically with clang-format

Order:
1.- Main header
2.- Local headers
3.- Third-party library headers
4.- System headers

each category sorted lexicographically
This commit is contained in:
Carles Fernandez
2018-12-09 22:00:09 +01:00
parent add5ba8112
commit 5f79053d65
403 changed files with 1774 additions and 1790 deletions

View File

@@ -37,8 +37,8 @@
#include "GPS_L1_CA.h"
#include "gps_sdr_signal_processing.h"
#include <glog/logging.h>
#include <fcntl.h> // libraries used by the GIPO
#include <iostream>
#include <fcntl.h> // libraries used by the GIPO
#include <sys/mman.h> // libraries used by the GIPO