1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-11 21:03: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

@@ -30,8 +30,8 @@
*/
#include "hybrid_observables_cc.h"
#include "display.h"
#include "GPS_L1_CA.h"
#include "display.h"
#include "gnss_sdr_create_directory.h"
#include <boost/filesystem/path.hpp>
#include <glog/logging.h>

View File

@@ -34,10 +34,10 @@
#ifndef GNSS_SDR_HYBRID_OBSERVABLES_CC_H
#define GNSS_SDR_HYBRID_OBSERVABLES_CC_H
#include "gnss_synchro.h"
#include "gnss_circular_deque.h"
#include <gnuradio/block.h>
#include "gnss_synchro.h"
#include <boost/dynamic_bitset.hpp>
#include <gnuradio/block.h>
#include <fstream>
#include <string>
#include <utility>