From 7737a59d775aeb6dc14868fef6b2c95ed948d17f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 15:55:55 +0000 Subject: Remove use of lwc_initialise and also parserutils.h includes. r=vince svn path=/trunk/libcss/; revision=10964 --- test/css21.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/css21.c') diff --git a/test/css21.c b/test/css21.c index cdb071f..774c58a 100644 --- a/test/css21.c +++ b/test/css21.c @@ -1,7 +1,6 @@ #include #include -#include #include #include "stylesheet.h" @@ -48,9 +47,6 @@ int main(int argc, char **argv) return 1; } - /* Initialise library */ - assert(lwc_initialise(myrealloc, NULL, 0) == lwc_error_ok); - for (count = 0; count < ITERATIONS; count++) { assert(css_stylesheet_create(CSS_LEVEL_21, "UTF-8", argv[2], -- cgit v1.2.3