summaryrefslogtreecommitdiff
path: root/src/gd_crop.c
diff options
context:
space:
mode:
authortabe <none@none>2008-08-31 16:57:18 +0000
committertabe <none@none>2008-08-31 16:57:18 +0000
commit51cfb82248a0e9cbd150af50196a0f5a657a3778 (patch)
tree9e4c2492af0bec5ed029db3fdf7c74b8a8913b95 /src/gd_crop.c
parentd16e4941d5a1374bba0056e9ce87222cd2fe2b4c (diff)
downloadlibgd-51cfb82248a0e9cbd150af50196a0f5a657a3778.tar.gz
emphasized the relative include.
Diffstat (limited to 'src/gd_crop.c')
-rw-r--r--src/gd_crop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd_crop.c b/src/gd_crop.c
index 3e4262b..27ffcfc 100644
--- a/src/gd_crop.c
+++ b/src/gd_crop.c
@@ -8,8 +8,8 @@
* granularity).
*/
-#include <gd.h>
#include <stdlib.h>
+#include "gd.h"
static int gdGuessBackgroundColorFromCorners(gdImagePtr im, int *color);
static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);