Skip to content

Commit

Permalink
Fix order of header file names in CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Jul 23, 2024
1 parent e063a73 commit c728221
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,10 @@ set(TDLIB_SOURCE_PART2
td/telegram/BusinessRecipients.h
td/telegram/BusinessWorkHours.h
td/telegram/CallActor.h
td/telegram/CallbackQueriesManager.h
td/telegram/CallDiscardReason.h
td/telegram/CallId.h
td/telegram/CallManager.h
td/telegram/CallbackQueriesManager.h
td/telegram/ChainId.h
td/telegram/ChannelId.h
td/telegram/ChannelParticipantFilter.h
Expand Down Expand Up @@ -668,9 +668,9 @@ set(TDLIB_SOURCE_PART2
td/telegram/DialogFilterId.h
td/telegram/DialogFilterInviteLink.h
td/telegram/DialogFilterManager.h
td/telegram/DialogInviteLinkManager.h
td/telegram/DialogId.h
td/telegram/DialogInviteLink.h
td/telegram/DialogInviteLinkManager.h
td/telegram/DialogListId.h
td/telegram/DialogLocation.h
td/telegram/DialogManager.h
Expand Down Expand Up @@ -810,8 +810,8 @@ set(TDLIB_SOURCE_PART2
td/telegram/net/PublicRsaKeySharedMain.h
td/telegram/net/PublicRsaKeyWatchdog.h
td/telegram/net/Session.h
td/telegram/net/SessionProxy.h
td/telegram/net/SessionMultiProxy.h
td/telegram/net/SessionProxy.h
td/telegram/net/TempAuthKeyWatchdog.h
td/telegram/NewPasswordState.h
td/telegram/Notification.h
Expand All @@ -824,8 +824,8 @@ set(TDLIB_SOURCE_PART2
td/telegram/NotificationManager.h
td/telegram/NotificationObjectFullId.h
td/telegram/NotificationObjectId.h
td/telegram/NotificationSettingsScope.h
td/telegram/NotificationSettingsManager.h
td/telegram/NotificationSettingsScope.h
td/telegram/NotificationSound.h
td/telegram/NotificationSoundType.h
td/telegram/NotificationType.h
Expand Down Expand Up @@ -871,8 +871,8 @@ set(TDLIB_SOURCE_PART2
td/telegram/ScheduledServerMessageId.h
td/telegram/ScopeNotificationSettings.h
td/telegram/SecretChatActor.h
td/telegram/SecretChatId.h
td/telegram/SecretChatDb.h
td/telegram/SecretChatId.h
td/telegram/SecretChatLayer.h
td/telegram/SecretChatsManager.h
td/telegram/SecretInputMedia.h
Expand Down Expand Up @@ -901,9 +901,9 @@ set(TDLIB_SOURCE_PART2
td/telegram/StoryContent.h
td/telegram/StoryContentType.h
td/telegram/StoryDb.h
td/telegram/StoryForwardInfo.h
td/telegram/StoryFullId.h
td/telegram/StoryId.h
td/telegram/StoryForwardInfo.h
td/telegram/StoryInteractionInfo.h
td/telegram/StoryListId.h
td/telegram/StoryManager.h
Expand Down Expand Up @@ -956,8 +956,8 @@ set(TDLIB_SOURCE_PART2
td/telegram/BusinessRecipients.hpp
td/telegram/BusinessWorkHours.hpp
td/telegram/ChatReactions.hpp
td/telegram/DialogNotificationSettings.hpp
td/telegram/DialogFilter.hpp
td/telegram/DialogNotificationSettings.hpp
td/telegram/Dimensions.hpp
td/telegram/Document.hpp
td/telegram/DocumentsManager.hpp
Expand Down
2 changes: 1 addition & 1 deletion tdactor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ set(TDACTOR_SOURCE
td/actor/impl/ActorId.h
td/actor/impl/ActorInfo-decl.h
td/actor/impl/ActorInfo.h
td/actor/impl/Event.h
td/actor/impl/EventFull-decl.h
td/actor/impl/EventFull.h
td/actor/impl/Event.h
td/actor/impl/Scheduler-decl.h
td/actor/impl/Scheduler.h
td/actor/MultiPromise.h
Expand Down
6 changes: 3 additions & 3 deletions tdutils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ set(TDUTILS_SOURCE
td/utils/port/EventFdBase.h
td/utils/port/FileFd.h
td/utils/port/FromApp.h
td/utils/port/IPAddress.h
td/utils/port/IoSlice.h
td/utils/port/IPAddress.h
td/utils/port/MemoryMapping.h
td/utils/port/Mutex.h
td/utils/port/path.h
Expand Down Expand Up @@ -213,8 +213,8 @@ set(TDUTILS_SOURCE
td/utils/ExitGuard.h
td/utils/FileLog.h
td/utils/filesystem.h
td/utils/fixed_vector.h
td/utils/find_boundary.h
td/utils/fixed_vector.h
td/utils/FlatHashMap.h
td/utils/FlatHashMapChunks.h
td/utils/FlatHashSet.h
Expand Down Expand Up @@ -245,8 +245,8 @@ set(TDUTILS_SOURCE
td/utils/MovableValue.h
td/utils/MpmcQueue.h
td/utils/MpmcWaiter.h
td/utils/MpscPollableQueue.h
td/utils/MpscLinkQueue.h
td/utils/MpscPollableQueue.h
td/utils/Named.h
td/utils/NullLog.h
td/utils/ObjectPool.h
Expand Down

0 comments on commit c728221

Please sign in to comment.