Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sqa
  • Loading branch information
gearama committed Jan 16, 2024
commit d7e8a74066789d59ba686609af7035f37617828d
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define WARMUP 100
#define ROUNDS 1000

#include <azure/data/tables.hpp>
#include "azure/data/tables.hpp"

#include <iostream>

Expand Down
7 changes: 3 additions & 4 deletions sdk/tables/azure-data-tables/test/ut/table_client_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#include "azure/data/tables/models.hpp"
#include "azure/data/tables/tables_clients.hpp"
#include "azure/data/tables/transactions.hpp"
#include "test/ut/test_base.hpp"

#include <azure/data/tables/models.hpp>
#include <azure/data/tables/tables_clients.hpp>
#include <azure/data/tables/transactions.hpp>

namespace Azure { namespace Data { namespace Test {
enum class AuthType
{
Expand Down