commit b6e951237182528483a6b23234d025d18116ba2a parent 866abf6b5553458d5043911585738b99d654042f Author: Andreas Gruhler <agruhl@gmx.ch> Date: Mon, 31 May 2021 23:10:02 +0200 remove wordexp from diary.h Diffstat:
M | diary.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/diary.h b/diary.h @@ -8,7 +8,6 @@ #include <stdio.h> #include <stdint.h> #include <stdlib.h> -#include <wordexp.h> #include <unistd.h> #include <getopt.h> #include <string.h>