From f01d4315264108b25d95e454a27fa504f3a6ed68 Mon Sep 17 00:00:00 2001 From: consti10 Date: Sat, 19 Dec 2020 19:42:34 +0100 Subject: [PATCH] remove unused header --- src/FEC.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/FEC.hpp b/src/FEC.hpp index 517e2b1a..5196239d 100644 --- a/src/FEC.hpp +++ b/src/FEC.hpp @@ -19,8 +19,6 @@ extern "C"{ #include #include #include -#include -#include // c++ wrapper for the FEC library // If K and N were known at compile time we could make this much cleaner !