-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect internal header include introduced by upload-to-blob re…
…factoring (#2510) Internal headers must not be referenced by any public header. The recent u2b changes caused iothub_client_core_ll.h to include internal/iothub_client_ll_uploadtoblob.h, which is incorrect. This fix removes this include directive from iothub_client_core_ll.h and moves the type IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE into iothub_client_core_common.h, solving the need for both client layer and upload-to-blob modules to reference this type.
- Loading branch information
Showing
3 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters