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:
parent
a12232d200
commit
81e23e00aa
@ -50,3 +50,6 @@
|
||||
|
||||
// azure/core/io
|
||||
#include "azure/core/io/body_stream.hpp"
|
||||
|
||||
// azure/core/tracing
|
||||
#include "azure/core/tracing/tracing.hpp"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user