Skip to content

Commit

Permalink
Finalize move of info-profile modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 16, 2017
1 parent 1c5d410 commit a4c2138
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/info/info_memento.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "window/window_controller.h"
#include "ui/widgets/scroll_area.h"
#include "lang/lang_keys.h"
#include "info/info_profile_widget.h"
#include "info/profile/info_profile_widget.h"
#include "info/info_media_widget.h"
#include "info/info_common_groups_widget.h"
#include "info/info_layer_wrap.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/info/info_narrow_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org

#include <rpl/flatten_latest.h>
#include <rpl/filter.h>
#include "info/info_profile_widget.h"
#include "info/profile/info_profile_widget.h"
#include "info/info_media_widget.h"
#include "info/info_memento.h"
#include "info/info_top_bar.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/info/info_side_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "info/info_side_wrap.h"

#include <rpl/flatten_latest.h>
#include "info/info_profile_widget.h"
#include "info/profile/info_profile_widget.h"
#include "info/info_media_widget.h"
#include "info/info_memento.h"
#include "ui/widgets/discrete_sliders.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include "info/info_profile_inner_widget.h"
#include "info/profile/info_profile_inner_widget.h"

#include <rpl/combine.h>
#include <rpl/range.h>
#include <rpl/then.h>
#include "boxes/abstract_box.h"
#include "boxes/add_contact_box.h"
#include "mainwidget.h"
#include "info/info_profile_widget.h"
#include "info/info_profile_lines.h"
#include "info/profile/info_profile_widget.h"
#include "info/profile/info_profile_lines.h"
#include "window/window_controller.h"
#include "storage/storage_shared_media.h"
#include "lang/lang_keys.h"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/info/profile/info_profile_lines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include "info/info_profile_lines.h"
#include "info/profile/info_profile_lines.h"

#include <rpl/filter.h>
#include <rpl/never.h>
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/info/profile/info_profile_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ to link the code of portions of this program with the OpenSSL library.
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include "info/info_profile_widget.h"
#include "info/profile/info_profile_widget.h"

#include "info/info_profile_inner_widget.h"
#include "info/profile/info_profile_inner_widget.h"
#include "ui/widgets/scroll_area.h"

namespace Info {
Expand Down
12 changes: 6 additions & 6 deletions Telegram/gyp/telegram_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,16 @@
<(src_loc)/info/info_memento.h
<(src_loc)/info/info_narrow_wrap.cpp
<(src_loc)/info/info_narrow_wrap.h
<(src_loc)/info/info_profile_inner_widget.cpp
<(src_loc)/info/info_profile_inner_widget.h
<(src_loc)/info/info_profile_lines.cpp
<(src_loc)/info/info_profile_lines.h
<(src_loc)/info/info_profile_widget.cpp
<(src_loc)/info/info_profile_widget.h
<(src_loc)/info/info_side_wrap.cpp
<(src_loc)/info/info_side_wrap.h
<(src_loc)/info/info_top_bar.cpp
<(src_loc)/info/info_top_bar.h
<(src_loc)/info/profile/info_profile_inner_widget.cpp
<(src_loc)/info/profile/info_profile_inner_widget.h
<(src_loc)/info/profile/info_profile_lines.cpp
<(src_loc)/info/profile/info_profile_lines.h
<(src_loc)/info/profile/info_profile_widget.cpp
<(src_loc)/info/profile/info_profile_widget.h
<(src_loc)/inline_bots/inline_bot_layout_internal.cpp
<(src_loc)/inline_bots/inline_bot_layout_internal.h
<(src_loc)/inline_bots/inline_bot_layout_item.cpp
Expand Down

0 comments on commit a4c2138

Please sign in to comment.