ansilove

ANSI and ASCII art to PNG converter in C
Log | Files | Refs | README | LICENSE

commit dd748b28bbafa212d263c4ae4f0b80b0f4795e16
parent 7e158cbec1346a932a9a206f2fff445b1e5a03af
Author: Frederic Cambus <fred@statdns.com>
Date:   Thu,  4 Oct 2018 09:49:13 +0200

Remove unnecessary include

Diffstat:
Msrc/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -26,7 +26,6 @@ #include "strtonum.h" #endif -#include "ansilove.h" #include "config.h" #include "sauce.h" #include "strtolower.h"