[Pixman] [PATCH] Don't include stdint.h in lowlevel-blt-bench.c
Andrea Canciani
ranma42 at gmail.com
Tue Aug 9 02:20:49 PDT 2011
On Mon, Aug 8, 2011 at 4:20 PM, Søren Sandmann <sandmann at cs.au.dk> wrote:
> 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.
Tested on macosx, linux and win32 (after
http://lists.freedesktop.org/archives/pixman/2011-August/001380.html )
Andrea
>
> 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
>
> _______________________________________________
> Pixman mailing list
> Pixman at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/pixman
>
More information about the Pixman
mailing list