summaryrefslogtreecommitdiff
path: root/storage/connect/libdoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/libdoc.cpp')
-rw-r--r--storage/connect/libdoc.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/storage/connect/libdoc.cpp b/storage/connect/libdoc.cpp
index e6046a07c5c..e576c1cf5fa 100644
--- a/storage/connect/libdoc.cpp
+++ b/storage/connect/libdoc.cpp
@@ -2,6 +2,7 @@
/* Implementation of XML document processing using libxml2 */
/* Author: Olivier Bertrand 2007-2013 */
/******************************************************************/
+#include "my_global.h"
#include <string.h>
#include <stdio.h>
#include <libxml/parser.h>
@@ -11,11 +12,6 @@
#include <libxml/catalog.h>
#include <libxml/xmlschemastypes.h>
#include <libxml/relaxng.h>
-//#if defined(WIN32)
-//#include <windows.h>
-//#else // !WIN32
-#include "my_global.h"
-//#endif // !WIN32
#if !defined(LIBXML_TREE_ENABLED) || !defined(LIBXML_OUTPUT_ENABLED)
#error "tree support not compiled in"
@@ -184,7 +180,6 @@ class XML2ATTR : public XMLATTRIBUTE {
extern "C" {
extern char version[];
-extern int trace;
} // "C"
#if defined(MEMORY_TRACE)