2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Removed base/observer.h from main pch.

Removed unused inheritances from base::Subscriber.
This commit is contained in:
23rd
2022-03-14 19:56:55 +03:00
parent b14b1a415f
commit c9ebec1cf0
14 changed files with 11 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/flags.h"
#include "base/object_ptr.h"
#include "base/observer.h"
#include "base/weak_ptr.h"
#include "base/timer.h"
#include "dialogs/dialogs_key.h"