Ensure all-inclusive headers do include all public API headers (#5068)

* Ensure all-inclusive headers do include all public API headers

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-10-26 18:02:34 -07:00 committed by GitHub
parent a12232d200
commit 81e23e00aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -50,3 +50,6 @@
// azure/core/io
#include "azure/core/io/body_stream.hpp"
// azure/core/tracing
#include "azure/core/tracing/tracing.hpp"

View File

@ -21,5 +21,6 @@
#include "azure/messaging/eventhubs/models/processor_models.hpp"
#include "azure/messaging/eventhubs/partition_client.hpp"
#include "azure/messaging/eventhubs/processor.hpp"
#include "azure/messaging/eventhubs/processor_partition_client.hpp"
#include "azure/messaging/eventhubs/producer_client.hpp"
#include "azure/messaging/eventhubs/rtti.hpp"

View File

@ -18,6 +18,7 @@
#include "azure/storage/blobs/blob_sas_builder.hpp"
#include "azure/storage/blobs/blob_service_client.hpp"
#include "azure/storage/blobs/block_blob_client.hpp"
#include "azure/storage/blobs/deferred_response.hpp"
#include "azure/storage/blobs/dll_import_export.hpp"
#include "azure/storage/blobs/page_blob_client.hpp"
#include "azure/storage/blobs/rest_client.hpp"