[hamradio-commits] [gnss-sdr] 291/303: Remove unused includes

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:36:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 385d153ee0f9d52d88986e413f8e36d793c73428
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Mon Feb 6 16:36:21 2017 +0100

    Remove unused includes
    
    plus other minor updates
---
 src/main/main.cc | 22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

diff --git a/src/main/main.cc b/src/main/main.cc
index fbc6fca..59d92d0 100644
--- a/src/main/main.cc
+++ b/src/main/main.cc
@@ -8,7 +8,7 @@
 *
 * -------------------------------------------------------------------------
 *
-* Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors)
+* Copyright (C) 2010-2017 (see AUTHORS file for a list of contributors)
 *
 * GNSS-SDR is a software defined Global Navigation
 * Satellite Systems receiver
@@ -31,7 +31,7 @@
 * -------------------------------------------------------------------------
 */
 #ifndef GNSS_SDR_VERSION
-#define GNSS_SDR_VERSION "0.0.8"
+#define GNSS_SDR_VERSION "0.0.9"
 #endif
 
 #ifndef GOOGLE_STRIP_LOG
@@ -41,32 +41,14 @@
 #include <ctime>
 #include <cstdlib>
 #include <memory>
-#include <queue>
 #include <boost/exception/diagnostic_information.hpp>
 #include <boost/exception_ptr.hpp>
 #include <boost/filesystem.hpp>
-#include <boost/thread.hpp>
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include <gnuradio/msg_queue.h>
 #include "control_thread.h"
 #include "concurrent_queue.h"
 #include "concurrent_map.h"
-#include "gps_ephemeris.h"
-#include "gps_cnav_ephemeris.h"
-#include "gps_almanac.h"
-#include "gps_iono.h"
-#include "gps_cnav_iono.h"
-#include "gps_utc_model.h"
-#include "galileo_ephemeris.h"
-#include "galileo_almanac.h"
-#include "galileo_iono.h"
-#include "galileo_utc_model.h"
-#include "sbas_telemetry_data.h"
-#include "sbas_ionospheric_correction.h"
-#include "sbas_satellite_correction.h"
-#include "sbas_ephemeris.h"
-#include "sbas_time.h"
 
 #if CUDA_GPU_ACCEL
     // For the CUDA runtime routines (prefixed with "cuda_")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list