From 19b35b6cefb091812e124770279f50bc3a507f5f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 14 Jul 2019 00:42:56 +0200 Subject: [PATCH] Remove cstdio header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See * MISRA C++:2008, 27-0-1 - The stream input/output library  shall not be used. --- src/algorithms/tracking/libs/fpga_multicorrelator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/algorithms/tracking/libs/fpga_multicorrelator.cc b/src/algorithms/tracking/libs/fpga_multicorrelator.cc index 8299ba0ff..9f52ec3f3 100644 --- a/src/algorithms/tracking/libs/fpga_multicorrelator.cc +++ b/src/algorithms/tracking/libs/fpga_multicorrelator.cc @@ -38,7 +38,6 @@ #include #include #include -#include #include // for O_RDWR, O_RSYNC #include #include // for PROT_READ, PROT_WRITE, MAP_SHARED