diff --git a/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp b/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp index 145a55ab1..0a76d80b8 100644 --- a/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp +++ b/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp @@ -10,7 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "passport/passport_panel_controller.h" #include "ui/widgets/input_fields.h" #include "ui/widgets/buttons.h" -#include "ui/text_options.h" +#include "ui/text/text_options.h" #include "lang/lang_keys.h" #include "core/file_utilities.h" #include "styles/style_widgets.h" diff --git a/Telegram/SourceFiles/passport/passport_form_row.cpp b/Telegram/SourceFiles/passport/passport_form_row.cpp index e07e2aede..9b3e5a741 100644 --- a/Telegram/SourceFiles/passport/passport_form_row.cpp +++ b/Telegram/SourceFiles/passport/passport_form_row.cpp @@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "passport/passport_form_row.h" #include "ui/wrap/fade_wrap.h" -#include "ui/text_options.h" +#include "ui/text/text_options.h" #include "styles/style_boxes.h" #include "styles/style_passport.h"