From 87e00bfe3b235a97fb195ad5980fe2d1066a3ff4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 12 Sep 2020 13:34:35 -0700 Subject: [PATCH] remove sfio #include of feature header No sfio code relies on the macros supplied by this dynamically generated header any more. Related to #1422 and #1521. --- lib/sfio/sfhdr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index 16ef69d81..853c80e89 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -27,7 +27,6 @@ extern "C" { ** Written by Kiem-Phong Vo */ -#include "FEATURE/sfio" #include "sfio_t.h" #include "config.h" -- 2.40.0