mirror of https://github.com/procxx/kepka.git
Update includes to data_peer.h
This commit is contained in:
parent
559a584dc1
commit
b5aa82a7e7
|
@ -22,6 +22,7 @@
|
|||
//
|
||||
#pragma once
|
||||
|
||||
#include "data/data_document.h"
|
||||
#include "history/history_media.h"
|
||||
#include "ui/effects/radial_animation.h"
|
||||
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
|
||||
#include "base/flags.h"
|
||||
#include "base/observer.h"
|
||||
#include "data/data_document.h"
|
||||
|
||||
#include "history/history.h"
|
||||
#include "structs.h"
|
||||
|
||||
namespace Notify {
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "base/flags.h"
|
||||
#include "core/click_handler.h"
|
||||
#include "private/qfixed_p.h"
|
||||
#include "private/qfixed_p.h" // QFixed
|
||||
#include "styles/style_basic.h"
|
||||
#include "ui/emoji_config.h"
|
||||
#include "ui/text/text_entity.h"
|
||||
|
|
Loading…
Reference in New Issue