2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Remove platform_specific.h include from mainwindow.h

In order to avoid mass rebuilds on specific_*.h changing
This commit is contained in:
Ilya Fedin
2021-01-10 07:52:18 +04:00
committed by John Preston
parent ada22ee6cc
commit 5e60b87cf9
10 changed files with 9 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "data/data_file_origin.h"
#include "chat_helpers/emoji_sets_manager.h"
#include "base/platform/base_platform_info.h"
#include "platform/platform_specific.h"
#include "base/call_delayed.h"
#include "support/support_common.h"
#include "support/support_templates.h"