summaryrefslogtreecommitdiff
path: root/tests/test0-main.c
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2003-12-11 13:45:42 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-12-11 13:45:42 +0000
commitf1f8ac3f1a3cb2f65a531ceabc4aec8ff5fc5359 (patch)
tree884c876ac98d19558191c4e38981d3e0bb52ef6d /tests/test0-main.c
parentbfc0cf3deb2be5ef8d44715afac960bbe61d0ba3 (diff)
downloadlibcroco-f1f8ac3f1a3cb2f65a531ceabc4aec8ff5fc5359.tar.gz
big cleanup here. make sure seleng, layeng and tests are disabled by
2003-12-11 Dodji Seketeli <dodji@gnome.org> * Makefile.am: big cleanup here. * configure.in: make sure seleng, layeng and tests are disabled by default. Added makefiles in docs/ docs/example tests/ tests/test-inputs tests/test-output-refs * csslint/Makefile.am: cleaned this up. make sure to add seleng,layeng and glib compile flags whenever needed. * docs/Makefile.am,docs/examples/Makefile.am: new makefiles. * src/libcroco.h: removed references to cr-parser-input.h * src/layeng/Makefile.am: cleanup, make distcheck is happier. * src/parser/Makefile.am: cleanup, make distcheck is happier. * src/parser/cr-doc-handler.h: removed reference to cr-parser-input.h * src/parser/cr-layout-eng.h,src/parser/cr-parser-input.h: removed these. * src/parser/cr-parser.c: (cr_parser_new): fixed a typo here. * src/parser/cr-parser.h,src/parser/cr-tknzr.h: removed ref to cr-parser-input.h * src/seleng/Makefile.am: cleanup, make distcheck is happier. * tests/testctl: exclude makefiles when diffing outputs and re * outputs.
Diffstat (limited to 'tests/test0-main.c')
-rw-r--r--tests/test0-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test0-main.c b/tests/test0-main.c
index db3f7d8..ac1a55e 100644
--- a/tests/test0-main.c
+++ b/tests/test0-main.c
@@ -24,8 +24,8 @@
*$Id$
*/
-#include "stdio.h"
-#include "cr-parser-input.h"
+#include <stdio.h>
+#include "cr-input.h"
#include "string.h"
/**