summaryrefslogtreecommitdiff
path: root/testlimits.c
diff options
context:
space:
mode:
authorRoumen Petrov <bugtrack@roumenpetrov.info>2012-09-19 00:10:55 +0300
committerDaniel Veillard <veillard@redhat.com>2014-10-16 12:01:09 +0800
commitf3efaba30e92efa2fc5efe1de924dfe0e2fa325b (patch)
treecbf2522f2a1f9b3258b02290217cfc5fbc884a46 /testlimits.c
parentc2450d8ba37f2de745dd70db8f5f586aa8651917 (diff)
downloadlibxml2-f3efaba30e92efa2fc5efe1de924dfe0e2fa325b.tar.gz
remove HAVE_CONFIG_H dependency in testlimits.c
Diffstat (limited to 'testlimits.c')
-rw-r--r--testlimits.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testlimits.c b/testlimits.c
index 609064dc..577f593c 100644
--- a/testlimits.c
+++ b/testlimits.c
@@ -10,11 +10,8 @@
* daniel@veillard.com
*/
-#ifdef HAVE_CONFIG_H
#include "libxml.h"
-#else
#include <stdio.h>
-#endif
#if !defined(_WIN32) || defined(__CYGWIN__)
#include <unistd.h>