diff options
author | marha <marha@users.sourceforge.net> | 2009-11-20 13:20:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-20 13:20:24 +0000 |
commit | 4ac4a5b7ce8cc8f195d69a42da10d386eaa5c056 (patch) | |
tree | fb29d9eeba83a773d22cf396d1b0a549fb95cc11 /pixman/test/clip-in.c | |
parent | 2e4def74ad9278c142d07ffa91f51035dc49cf77 (diff) | |
download | vcxsrv-4ac4a5b7ce8cc8f195d69a42da10d386eaa5c056.tar.gz vcxsrv-4ac4a5b7ce8cc8f195d69a42da10d386eaa5c056.tar.bz2 vcxsrv-4ac4a5b7ce8cc8f195d69a42da10d386eaa5c056.zip |
Update to pixman-0.17.2
Diffstat (limited to 'pixman/test/clip-in.c')
-rw-r--r-- | pixman/test/clip-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/test/clip-in.c b/pixman/test/clip-in.c index 55459b204..51579811f 100644 --- a/pixman/test/clip-in.c +++ b/pixman/test/clip-in.c @@ -2,7 +2,7 @@ #include <stdlib.h> #include <string.h> #include "pixman.h" -#include "utils.h" +#include "gtk-utils.h" /* This test demonstrates that clipping is done totally different depending * on whether the source is transformed or not. |