diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-09-27 11:32:13 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-09-28 09:16:23 -0400 |
commit | 879b7c21e45b092272e689e05dc867f6260e258f (patch) | |
tree | 8b5db4bcd51175ef0c154eaf3eeb39b9cef1cba2 | |
parent | 01c2dcbe6936a868651160d2617d783d5b8d3d7d (diff) |
Don't include stdint.h in scaling-helpers-test.
Fixes bug 41257.
-rw-r--r-- | test/scaling-helpers-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scaling-helpers-test.c b/test/scaling-helpers-test.c index a8b94b0c..33ec47c8 100644 --- a/test/scaling-helpers-test.c +++ b/test/scaling-helpers-test.c @@ -1,4 +1,3 @@ -#include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <assert.h> |