summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-02-22 22:43:48 +0100
committerAndrea Canciani <ranma42@gmail.com>2011-02-28 10:38:02 +0100
commit8868778ea1fdc8e70da76b3b00ea78106c5840d8 (patch)
tree1aaf57f4a2b3245b45568a8554717192976288a7
parent72f5e5f608506c18c484bc5bc3e58bd83aeb7691 (diff)
downloadpixman-8868778ea1fdc8e70da76b3b00ea78106c5840d8.tar.gz
Do not include unused headers
pixman-combine32.h is included without being used both in pixman-image.c and in pixman-general.c.
-rw-r--r--pixman/pixman-general.c2
-rw-r--r--pixman/pixman-image.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/pixman/pixman-general.c b/pixman/pixman-general.c
index 16ea3a4..872fb7e 100644
--- a/pixman/pixman-general.c
+++ b/pixman/pixman-general.c
@@ -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,
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,