diff options
author | pajoye <none@none> | 2008-01-01 17:26:37 +0000 |
---|---|---|
committer | pajoye <none@none> | 2008-01-01 17:26:37 +0000 |
commit | 2c8a4e83436330bb792139cf158ed78645aadfa7 (patch) | |
tree | 4a95bdb961864477e99d7bd0cd60ff08fcc325a1 /examples | |
parent | ed2171b9313271c1d7cf602ec1d88dedf54731d7 (diff) | |
download | libgd-2c8a4e83436330bb792139cf158ed78645aadfa7.tar.gz |
- remove useless include
Diffstat (limited to 'examples')
-rw-r--r-- | examples/nnquant.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/nnquant.c b/examples/nnquant.c index 6fcdc63..d861723 100644 --- a/examples/nnquant.c +++ b/examples/nnquant.c @@ -8,7 +8,6 @@ #include "gd.h" #include <stdio.h> #include <stdlib.h> -#include "gd_resize.h" void save_png(gdImagePtr im, const char *filename) { |