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

@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "base/observer.h"
#include "base/timer.h"
class History;