mtproto_pch.h 549 B

1234567891011121314151617181920212223
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #include <QtCore/QObject>
  8. #include <QtCore/QThread>
  9. #include <QtNetwork/QNetworkProxy>
  10. #include <QtNetwork/QTcpSocket>
  11. #include <range/v3/all.hpp>
  12. #include <rpl/rpl.h>
  13. #include <crl/crl.h>
  14. #include "base/bytes.h"
  15. #include "base/flat_map.h"
  16. #include "base/flat_set.h"
  17. #include "logs.h"
  18. #include "scheme.h"