tdesktop/Telegram/SourceFiles/export/export_pch.h

20 lines
460 B
C
Raw Normal View History

2018-06-02 14:29:21 +00:00
/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include <QtCore/QFile>
#include <QtCore/QDir>
#include <QtCore/QTextStream>
#include <QtCore/QDateTime>
2018-06-02 14:29:21 +00:00
#include <crl/crl.h>
#include <rpl/rpl.h>
#include <vector>
#include <map>
2018-06-02 14:29:21 +00:00
#include "scheme.h"
#include "logs.h"