[App] remove some unused includes

This commit is contained in:
Uwe
2022-02-25 02:25:47 +01:00
parent f8f3c448ef
commit d837160c8e
7 changed files with 18 additions and 19 deletions

View File

@@ -22,17 +22,12 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <QXmlSimpleReader>
#include <QXmlInputSource>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include "Branding.h"
using namespace App;
Branding::Branding()