[Base] Reader and Writer: remove unused includes

This commit is contained in:
Uwe
2022-02-27 20:10:19 +01:00
committed by wmayer
parent 07912f7388
commit 7b14b3b02e
5 changed files with 14 additions and 37 deletions

View File

@@ -23,18 +23,18 @@
#ifndef BASE_READER_H
#define BASE_READER_H
#include <string>
#include <map>
#include <bitset>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <xercesc/framework/XMLPScanToken.hpp>
#include <xercesc/sax2/Attributes.hpp>
#include <xercesc/sax2/DefaultHandler.hpp>
#include "FileInfo.h"
#include "Writer.h"
namespace zipios {
class ZipInputStream;
@@ -47,7 +47,7 @@ XERCES_CPP_NAMESPACE_END
namespace Base
{
class Persistence;
/** The XML reader class
* This is an important helper class for the store and retrieval system