Do not include unused headers
authorAndrea Canciani <ranma42@gmail.com>
Tue, 22 Feb 2011 21:43:48 +0000 (22:43 +0100)
committerAndrea Canciani <ranma42@gmail.com>
Mon, 28 Feb 2011 09:38:02 +0000 (10:38 +0100)
pixman-combine32.h is included without being used both in
pixman-image.c and in pixman-general.c.

pixman/pixman-general.c
pixman/pixman-image.c

index 16ea3a4..872fb7e 100644 (file)
@@ -36,8 +36,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include "pixman-private.h"
-#include "pixman-combine32.h"
-#include "pixman-private.h"
 
 static void
 general_src_iter_init (pixman_implementation_t *imp,
index 9103ca6..84bacf8 100644 (file)
@@ -30,7 +30,6 @@
 #include <assert.h>
 
 #include "pixman-private.h"
-#include "pixman-combine32.h"
 
 pixman_bool_t
 _pixman_init_gradient (gradient_t *                  gradient,