summaryrefslogtreecommitdiff
path: root/test/dump_computed.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 19:24:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 19:24:40 +0000
commitca3293e0332bbd9fe63d6cd6bc215f048132bd08 (patch)
tree29065b3081e1df0bbb274dbe8647e6494c76ab64 /test/dump_computed.h
parent0068331a1d6989ef523fca0753bd9ad943232cdf (diff)
downloadlibcss-ca3293e0332bbd9fe63d6cd6bc215f048132bd08.tar.gz
libcss-ca3293e0332bbd9fe63d6cd6bc215f048132bd08.tar.bz2
Make fpmath stuff public.
Un-inline string->fixed conversion routine. svn path=/trunk/libcss/; revision=6513
Diffstat (limited to 'test/dump_computed.h')
-rw-r--r--test/dump_computed.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dump_computed.h b/test/dump_computed.h
index 95e8631..690f6c0 100644
--- a/test/dump_computed.h
+++ b/test/dump_computed.h
@@ -1,7 +1,6 @@
#include <libcss/computed.h>
#include <libcss/properties.h>
-
-#include "utils/fpmath.h"
+#include <libcss/types.h>
static size_t dump_css_fixed(css_fixed f, char *ptr, size_t len)
{