Skip to content

Commit

Permalink
Update includes to data_peer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
leha-bot committed Aug 18, 2019
1 parent 559a584 commit b5aa82a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Telegram/SourceFiles/history/history_media_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
//
#pragma once

#include "data/data_document.h"
#include "history/history_media.h"
#include "ui/effects/radial_animation.h"

Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/observer_peer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/ui/text/text.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b5aa82a

Please sign in to comment.