diff options
author | Mattias Andrée <maandree@kth.se> | 2017-06-12 18:03:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-06-12 18:03:48 +0200 |
commit | 7871f5f946ce19c22c1b69a1019dee9cfa665731 (patch) | |
tree | d28f677ab6e4a4c4c5a194c66e1ba4ef53f3ee80 /long-double.c | |
parent | Make conversion macros not require restrict (diff) | |
download | libcolour-7871f5f946ce19c22c1b69a1019dee9cfa665731.tar.gz libcolour-7871f5f946ce19c22c1b69a1019dee9cfa665731.tar.bz2 libcolour-7871f5f946ce19c22c1b69a1019dee9cfa665731.tar.xz |
libcolour_convert uses libcolour_convert_en_masse instead of the other way around
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'long-double.c')
-rw-r--r-- | long-double.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/long-double.c b/long-double.c index 65954c3..350ef87 100644 --- a/long-double.c +++ b/long-double.c @@ -82,6 +82,6 @@ #define libcolour_convert_en_masse libcolour_convert_en_masse_llf #include "common.h" -#include "convert-template.c" +#include "conversions.h" #include "libcolour-template.c" #include "en_masse-template.c" |