From e964bf060f731ef5d097fa2d8c996f7977795a8f Mon Sep 17 00:00:00 2001 From: Antonio Ramos Date: Mon, 26 Feb 2018 10:40:08 +0100 Subject: [PATCH] Clean code --- CMakeLists.txt | 2 +- .../observables/gnuradio_blocks/hybrid_observables_cc.cc | 3 --- .../observables/gnuradio_blocks/hybrid_observables_cc.h | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9867f24e7..540930e3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ set(OS_IS_LINUX "") if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") set(OperatingSystem "Linux") set(OS_IS_LINUX TRUE) - add_definitions(-DDISPLAY_COLORS) + add_definitions( -DDISPLAY_COLORS=1 ) if(ARCH_64BITS) set(ARCH_ "(64 bits)") else(ARCH_64BITS) diff --git a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc index f26b6d294..27be559d7 100644 --- a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc +++ b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc @@ -30,13 +30,10 @@ */ #include "hybrid_observables_cc.h" -#include "Galileo_E1.h" #include "GPS_L1_CA.h" #include #include #include -#include -#include #include #include #include diff --git a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.h b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.h index dc5085cd3..f48f5ce22 100644 --- a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.h +++ b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.h @@ -42,8 +42,6 @@ #include //std::vector #include #include -#include -#include "gnss_synchro.h" class hybrid_observables_cc;