2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 17:15:16 +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 "core/sandbox.h"
#include "base/platform/base_platform_info.h"
#include "platform/platform_specific.h"
#include "mainwidget.h"
#include "mainwindow.h"
#include "storage/localstorage.h"