[Web] remove unused headers and Xerces

This commit is contained in:
Uwe
2022-03-20 21:16:27 +01:00
parent 81690adaaf
commit b8d5f77da3
14 changed files with 60 additions and 100 deletions

View File

@@ -20,18 +20,20 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <stdexcept>
# include <memory>
# include <QCoreApplication>
# include <QTcpSocket>
#endif
#include <QCoreApplication>
#include <QTcpSocket>
#include <stdexcept>
#include <memory>
#include "Server.h"
#include <Base/Exception.h>
#include <Base/Interpreter.h>
#include "Server.h"
using namespace Web;
Firewall* Firewall::instance = 0;