]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fec.c: Remove an unused #include.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 May 2025 17:45:58 +0000 (19:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 26 May 2025 15:45:53 +0000 (17:45 +0200)
The fec code does not need the helpers from portable_io.h.

fec.c

diff --git a/fec.c b/fec.c
index b5df0c169e06d8bcf9b5703bca053b1684398778..9101d9ae17f6c5b418e2c76925a0968555d1bf1c 100644 (file)
--- 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"