2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +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

@@ -11,6 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "window/themes/window_themes_embedded.h"
#include "window/themes/window_theme_editor.h"
#include "window/window_controller.h"
#include "platform/platform_specific.h"
#include "mainwidget.h"
#include "main/main_session.h"
#include "apiwrap.h"