From eabd7686ad43af9eba676983642fc5a4ed464a70 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 25 May 2025 19:45:58 +0200 Subject: [PATCH] fec.c: Remove an unused #include. The fec code does not need the helpers from portable_io.h. --- fec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fec.c b/fec.c index b5df0c16..9101d9ae 100644 --- a/fec.c +++ b/fec.c @@ -35,7 +35,6 @@ #include "para.h" #include "error.h" -#include "portable_io.h" #include "string.h" #include "fec.h" -- 2.39.5