[Web] remove unused headers and Xerces

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

View File

@@ -38,13 +38,16 @@
// standard
#include <cstdio>
#include <cassert>
#include <climits>
#include <iostream>
#include <stdexcept>
// STL
#include <algorithm>
#include <iostream>
#include <list>
#include <map>
#include <memory>
#include <queue>
#include <set>
#include <sstream>
@@ -52,8 +55,9 @@
#include <string>
#include <vector>
// Xerces
#include <xercesc/util/XercesDefs.hpp>
// Qt
#include <QCoreApplication>
#include <QTcpSocket>
#endif //_PreComp_