summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/xmlwin32version.h')
-rw-r--r--include/libxml/xmlwin32version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libxml/xmlwin32version.h b/include/libxml/xmlwin32version.h
index 96412411..e0f2b389 100644
--- a/include/libxml/xmlwin32version.h
+++ b/include/libxml/xmlwin32version.h
@@ -214,9 +214,6 @@ extern void xmlCheckVersion(int version);
* Macro used to signal to GCC unused function parameters
*/
#ifdef __GNUC__
-#ifdef HAVE_ANSIDECL_H
-#include <ansidecl.h>
-#endif
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED
#endif