1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-28 05:57:39 +00:00

Remove iostream from header files

and in redundant places such as in unit tests
This commit is contained in:
Carles Fernandez
2018-02-25 22:49:06 +01:00
parent 372790392d
commit 24f6003ba0
64 changed files with 102 additions and 192 deletions

View File

@@ -53,7 +53,6 @@
#include <string>
#include <fstream>
#include <iostream>
#include <sstream> // for stringstream
#include <iomanip> // for setprecision
#include <map>