Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2016-02-16 16:37:36 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2016-02-16 16:37:36 +0300
commit932425e7206f1614c722809ff60de1b4fe0e54b2 (patch)
tree72effc43360ec084f475945d8c20013892856408 /include/sysinc.h
parentbc21f91ffdb47243872abf545055e57098e264d9 (diff)
....I..PS. [ZBX-4148] isolated places where libiksemel, libxml2 and libodbc headers are included
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 4891be3a860..a7747a18eb2 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -394,13 +394,6 @@
# include <net-snmp/net-snmp-includes.h>
#endif
-/* LIBXML2 is used */
-#ifdef HAVE_LIBXML2
-# include <libxml/parser.h>
-# include <libxml/tree.h>
-# include <libxml/xpath.h>
-#endif
-
/* Required for advanced sigaction */
#ifdef HAVE_SYS_UCONTEXT_H
# include <sys/ucontext.h>