aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_compose_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglitter_compose_float.c')
-rw-r--r--libglitter_compose_float.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libglitter_compose_float.c b/libglitter_compose_float.c
index 6e09fd1..2195ed3 100644
--- a/libglitter_compose_float.c
+++ b/libglitter_compose_float.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
-#include "libglitter.h"
+#include "common.h"
#define libglitter_compose_double libglitter_compose_float
+#define cellweights_double cellweights_float
#define double float
#include "libglitter_compose_double.c"