[Gui] Translator: sort includes
This commit is contained in:
@@ -20,19 +20,19 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <algorithm>
|
||||
# include <QTranslator>
|
||||
# include <QStringList>
|
||||
# include <QDir>
|
||||
# include <QApplication>
|
||||
# include <QDir>
|
||||
# include <QRegularExpression>
|
||||
# include <QStringList>
|
||||
# include <QTranslator>
|
||||
#endif
|
||||
|
||||
#include "Translator.h"
|
||||
#include <App/Application.h>
|
||||
#include "Translator.h"
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TRANSLATOR_H
|
||||
#define GUI_TRANSLATOR_H
|
||||
|
||||
#include <QObject>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
|
||||
class QDir;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user