[Pixman] [PATCH 1/3] Fix compilation on Win32

Andrea Canciani ranma42 at gmail.com
Tue Feb 22 14:07:42 PST 2011


Building the library from a clean git repository fails with:
pixman-image.c(33) : fatal error C1083: Cannot open include file:
'pixman-combine32.h': No such file or directory

pixman-combine32.h is not used by pixman-image.c, so its inclusion can
simply be removed.
---
 pixman/pixman-image.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/pixman/pixman-image.c b/pixman/pixman-image.c
index 9103ca6..84bacf8 100644
--- a/pixman/pixman-image.c
+++ b/pixman/pixman-image.c
@@ -30,7 +30,6 @@
 #include <assert.h>
 
 #include "pixman-private.h"
-#include "pixman-combine32.h"
 
 pixman_bool_t
 _pixman_init_gradient (gradient_t *                  gradient,
-- 
1.7.1



More information about the Pixman mailing list