diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-15 22:34:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-15 22:34:54 +0300 |
commit | ea556923196e3cae6613e39f44387d68b6c9eded (patch) | |
tree | cac7eb187e2b51aa7ae1656a24002b707383f0ff /src/utils/xml.h | |
parent | d0faf695853fa51ff72a557e3bb7f300acabdfa8 (diff) | |
download | plus-ea556923196e3cae6613e39f44387d68b6c9eded.tar.gz plus-ea556923196e3cae6613e39f44387d68b6c9eded.tar.bz2 plus-ea556923196e3cae6613e39f44387d68b6c9eded.tar.xz plus-ea556923196e3cae6613e39f44387d68b6c9eded.zip |
remove unused includes from utils.
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r-- | src/utils/xml.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h index d67747659..a0a563498 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -23,7 +23,6 @@ #ifndef UTILS_XML_H #define UTILS_XML_H -#include <libxml/encoding.h> #include <libxml/xmlwriter.h> #include <libxml/tree.h> |