diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-03-11 16:07:24 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-08-19 20:01:36 -0400 |
commit | 2f443466bb9b8901f658e30c606ddacc4fed8535 (patch) | |
tree | edb3f38b5f7331d8428f6eba81ebd7d067ef4834 /test | |
parent | e58b208958900803f74d5e20c855bcb14752d976 (diff) | |
download | pixman-2f443466bb9b8901f658e30c606ddacc4fed8535.tar.gz |
Rename pixman-fast-path.h to pixman-inlines.h
It is not really specific to pixman-fast-path.c.
Diffstat (limited to 'test')
-rw-r--r-- | test/scaling-helpers-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaling-helpers-test.c b/test/scaling-helpers-test.c index c186138..a38cac5 100644 --- a/test/scaling-helpers-test.c +++ b/test/scaling-helpers-test.c @@ -4,7 +4,7 @@ #include <stdio.h> #include <assert.h> #include "utils.h" -#include "pixman-fast-path.h" +#include "pixman-inlines.h" /* A trivial reference implementation for * 'bilinear_pad_repeat_get_scanline_bounds' |