tdesktop/Telegram/SourceFiles/export/export_pch.h
2018-06-12 01:02:04 +03:00

15 lines
398 B
C

/*
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 <crl/crl.h>
#include <rpl/rpl.h>
#include "scheme.h"
#include "logs.h"