diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-21 00:42:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-21 00:42:05 +0300 |
commit | 4148c4b1e80f1cfe9c3137333bbe7d48609eb7a7 (patch) | |
tree | f06bad0738fb5979c660f248c5f8957036e01173 /src/utils | |
parent | a87041cfc472ecb7d450b5ca23897c3b6b9f609b (diff) | |
download | plus-4148c4b1e80f1cfe9c3137333bbe7d48609eb7a7.tar.gz plus-4148c4b1e80f1cfe9c3137333bbe7d48609eb7a7.tar.bz2 plus-4148c4b1e80f1cfe9c3137333bbe7d48609eb7a7.tar.xz plus-4148c4b1e80f1cfe9c3137333bbe7d48609eb7a7.zip |
Remove extra include from utils/xml/libxml.cpp
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/xml/libxml.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp index 247d5cc9d..ad4a73ddf 100644 --- a/src/utils/xml/libxml.cpp +++ b/src/utils/xml/libxml.cpp @@ -24,8 +24,6 @@ #include "utils/xml/libxml.h" -#include "logger.h" - #include "utils/checkutils.h" #include "utils/fuzzer.h" #include "utils/physfstools.h" |