summaryrefslogtreecommitdiff
path: root/runtest.c
diff options
context:
space:
mode:
authorRoumen Petrov <bugtrack@roumenpetrov.info>2012-08-13 16:56:11 +0800
committerDaniel Veillard <veillard@redhat.com>2012-08-13 16:57:30 +0800
commit1f0453f71546071d13c1cb06b7b6799e63fd4f9f (patch)
tree4a7a496c34b7c7a24d4959985a6de0c2c7623af2 /runtest.c
parent8886f335c74126bc21035c17608868ca6abb8758 (diff)
downloadlibxml2-1f0453f71546071d13c1cb06b7b6799e63fd4f9f.tar.gz
minimize use of HAVE_CONFIG_H
as build process for supported platforms provide "config.h" header file
Diffstat (limited to 'runtest.c')
-rw-r--r--runtest.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtest.c b/runtest.c
index c7214f2b..7cde25b1 100644
--- a/runtest.c
+++ b/runtest.c
@@ -11,11 +11,8 @@
* daniel@veillard.com
*/
-#ifdef HAVE_CONFIG_H
#include "libxml.h"
-#else
#include <stdio.h>
-#endif
#if !defined(_WIN32) || defined(__CYGWIN__)
#include <unistd.h>