Skip to content

Commit

Permalink
draw: remove unused libpng include
Browse files Browse the repository at this point in the history
Relic of a much older version before ImageMagick was used for all image
I/O.
  • Loading branch information
0x09 committed Apr 28, 2024
1 parent 2784cda commit d5d073d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applybasis/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <stdio.h>
#include <math.h>
#include <png.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Expand Down

0 comments on commit d5d073d

Please sign in to comment.