From: Andre Noll Date: Sun, 25 May 2025 17:45:58 +0000 (+0200) Subject: fec.c: Remove an unused #include. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=eabd7686ad43af9eba676983642fc5a4ed464a70;p=paraslash.git fec.c: Remove an unused #include. The fec code does not need the helpers from portable_io.h. --- 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"