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

Removed unused includes of observer file.

This commit is contained in:
23rd
2022-11-01 11:29:12 +03:00
committed by John Preston
parent cddb2a4bac
commit 3b79d944af
8 changed files with 4 additions and 12 deletions

View File

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

View File

@@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "storage/cache/storage_cache_types.h"
#include "base/qt/qt_common_adapters.h"
#include "base/timer.h"
#include "base/weak_ptr.h"
#include <QtNetwork/QAuthenticator>