fix: refactor

This commit is contained in:
ZavaruKitsu 2023-07-11 18:05:01 +00:00
parent e22b86a2f5
commit 75fcad8f55
5 changed files with 4 additions and 4 deletions

View file

@ -108,10 +108,10 @@ PRIVATE
ayu/ui/settings/settings_ayu.h
ayu/ui/context_menu/context_menu.cpp
ayu/ui/context_menu/context_menu.h
ayu/ui/context_menu/message_history_box.cpp
ayu/ui/context_menu/message_history_box.h
ayu/ui/boxes/voice_confirmation_box.cpp
ayu/ui/boxes/voice_confirmation_box.h
ayu/ui/boxes/message_history_box.cpp
ayu/ui/boxes/message_history_box.h
ayu/ui/boxes/confirmation_box.cpp
ayu/ui/boxes/confirmation_box.h
ayu/ui/boxes/edit_deleted_mark.cpp

View file

@ -7,10 +7,10 @@
#include "context_menu.h"
#include "lang_auto.h"
#include "message_history_box.h"
#include "ayu/ayu_state.h"
#include "ayu/database/ayu_database.h"
#include "ayu/messages/ayu_messages_controller.h"
#include "ayu/ui/boxes/message_history_box.h"
#include "history/history_inner_widget.h"
#include "settings/settings_common.h"

View file

@ -77,7 +77,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ayu/ayu_settings.h"
#include "ayu/database/ayu_database.h"
#include "ayu/messages/ayu_messages_controller.h"
#include "ayu/ui/context_menu/message_history_box.h"
#include "ayu/ui/boxes/message_history_box.h"
namespace HistoryView {
namespace {