aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-09-21 17:27:38 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:37 +0100
commit8923c3752c93f785d2354802174cd25ee88a5a27 (patch)
tree0d6ba95af0b8b4c0ac07110b77e957bb394155cd
parent4c835f2ca0af0e21578e11dac824309e73b997b9 (diff)
Remove png.h from src/render.c (not used)
-rw-r--r--src/render.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render.c b/src/render.c
index 46f93566..dbaca2fd 100644
--- a/src/render.c
+++ b/src/render.c
@@ -22,10 +22,6 @@
#include <math.h>
#include <stdint.h>
-#ifdef HAVE_LIBPNG
-#include <png.h>
-#endif
-
#ifdef HAVE_TIFF
#include <tiffio.h>
#endif