commit 48698a2e6a2edeb72e4ec93021eb34db0dffdfa7 parent acbcd877c37523a7ead6b685d073b158fadee884 Author: Frederic Cambus <fred@statdns.com> Date: Fri, 19 Oct 2018 14:09:47 +0200 Remove unnecessary include in example Diffstat:
M | example/example.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/example/example.c b/example/example.c @@ -1,5 +1,4 @@ #include <ansilove.h> -#include <string.h> int main() { struct ansilove_ctx ctx;