1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Helmut Grohne <helmut@subdivi.de>
Date: Tue, 22 Apr 2025 16:45:19 +0200
Subject: Remove config.h
to improve ability to cross build
https://bugs.debian.org/1103916
---
tools/recipe-extract.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/recipe-extract.c b/tools/recipe-extract.c
index e86c214..a5cec88 100644
--- a/tools/recipe-extract.c
+++ b/tools/recipe-extract.c
@@ -18,8 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
-
#include <locale.h>
#include <glib.h>
|