2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Removed #include "stdafx.h" from all files.

Currently the build without implicitly included precompiled header
is not supported anyway (because Qt MOC source files do not include
stdafx.h, they include plain headers).

So when we decide to support building without implicitly included
precompiled headers we'll have to fix all the headers anyway.
This commit is contained in:
John Preston
2017-03-04 12:27:52 +03:00
parent 12bbd971b3
commit 08167a6a91
250 changed files with 45 additions and 301 deletions

View File

@@ -18,7 +18,6 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include "stdafx.h"
#include "dialogswidget.h"
#include "dialogs/dialogs_indexed_list.h"