Files
scylladb/ent/encryption/utils.hh
Ernest Zaslavsky 19345e539f treewide: Add missing #pragma once
Add missing `#pragma once` to include headers
2025-09-01 14:58:21 +03:00

19 lines
230 B
C++

/*
* Copyright (C) 2025 ScyllaDB
*
*/
/*
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0
*/
#pragma once
#include "utils/rest/client.hh"
namespace encryption {
using httpclient = rest::httpclient;
}