[Pixman] [PATCH] Don't include stdint.h in lowlevel-blt-bench.c
Søren Sandmann
sandmann at cs.au.dk
Mon Aug 8 07:20:08 PDT 2011
From: Søren Sandmann Pedersen <ssp at redhat.com>
Some systems don't have the file, and the types are already defined in
pixman.h.
https://bugs.freedesktop.org//show_bug.cgi?id=37422
---
test/lowlevel-blt-bench.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/test/lowlevel-blt-bench.c b/test/lowlevel-blt-bench.c
index d58587d..b00e487 100644
--- a/test/lowlevel-blt-bench.c
+++ b/test/lowlevel-blt-bench.c
@@ -22,7 +22,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--
1.7.4
More information about the Pixman
mailing list