Don't include stdint.h in lowlevel-blt-bench.c
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 8 Aug 2011 14:18:07 +0000 (10:18 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 11 Aug 2011 07:32:14 +0000 (03:32 -0400)
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

index d58587d..b00e487 100644 (file)
@@ -22,7 +22,6 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>