1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-01 18:38:00 +00:00

Move include only used by the implementation to the .cc file

This commit is contained in:
Carles Fernandez
2018-09-04 15:51:45 +02:00
parent 6ef9c51a3d
commit 1c6cf9d60f
2 changed files with 1 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
*/ */
#include "spirent_motion_csv_dump_reader.h" #include "spirent_motion_csv_dump_reader.h"
#include <boost/tokenizer.hpp>
#include <iostream> #include <iostream>

View File

@@ -31,7 +31,6 @@
#ifndef GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H #ifndef GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H
#define GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H #define GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H
#include <boost/tokenizer.hpp>
#include <cstdint> #include <cstdint>
#include <fstream> #include <fstream>
#include <string> #include <string>