2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +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

@@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "window/main_window.h"
#include "storage/localstorage.h"
#include "platform/platform_specific.h"
#include "platform/platform_window_title.h"
#include "base/platform/base_platform_info.h"
#include "ui/platform/ui_platform_utility.h"