diff options
Diffstat (limited to '')
-rw-r--r-- | src/xmlreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlreader.cpp b/src/xmlreader.cpp index 2a5f63f..d51568c 100644 --- a/src/xmlreader.cpp +++ b/src/xmlreader.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "xmlreader.h" | 1 | #include "xmlreader.h" |
2 | #include "xmlexception.h" | 2 | #include "exceptions.h" |
3 | #include <string.h> | 3 | #include <string.h> |
4 | #include "hashfunctionstring.h" | 4 | #include "hashfunctionstring.h" |
5 | 5 | ||