зеркало из https://github.com/microsoft/CCF.git
Change include style of v8.h (#3582)
This commit is contained in:
Родитель
006e9115f3
Коммит
acbde42bf8
|
@ -5,7 +5,8 @@
|
|||
#include "ccf/base_endpoint_registry.h"
|
||||
#include "ccf/historical_queries_interface.h"
|
||||
#include "kv_store.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "ccf/base_endpoint_registry.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Licensed under the Apache 2.0 License.
|
||||
#pragma once
|
||||
|
||||
#include "v8.h"
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Licensed under the Apache 2.0 License.
|
||||
#pragma once
|
||||
|
||||
#include "v8.h"
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "ccf/historical_queries_interface.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "ccf/historical_queries_interface.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "ccf/tx.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
#include "ccf/tx.h"
|
||||
#include "kv_map.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "node/tx_receipt.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
#include "ccf/base_endpoint_registry.h"
|
||||
#include "ccf/endpoint_context.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
using ccf::BaseEndpointRegistry;
|
||||
using ccf::endpoints::EndpointContext;
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
#include "ccf/endpoints/authentication/jwt_auth.h"
|
||||
#include "ccf/endpoints/authentication/sig_auth.h"
|
||||
#include "ccf/tx.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
using ccf::BaseEndpointRegistry;
|
||||
using ccf::endpoints::EndpointContext;
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
// Licensed under the Apache 2.0 License.
|
||||
#pragma once
|
||||
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
#include <vector>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "enclave/rpc_context.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
// Licensed under the Apache 2.0 License.
|
||||
#pragma once
|
||||
|
||||
#include "v8.h"
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_tmpl
|
||||
{
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
// Licensed under the Apache 2.0 License.
|
||||
#pragma once
|
||||
|
||||
#include "v8.h"
|
||||
#include "v8_runner.h"
|
||||
#include "v8_util.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
namespace
|
||||
{
|
||||
template <class T>
|
||||
|
|
|
@ -2,14 +2,13 @@
|
|||
// Licensed under the Apache 2.0 License.
|
||||
#pragma once
|
||||
|
||||
#include "v8.h"
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <v8.h>
|
||||
#include <vector>
|
||||
|
||||
namespace ccf
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
#include "ccf/ds/buffer.h"
|
||||
#include "ccf/ds/logger.h"
|
||||
#include "v8.h"
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_util
|
||||
{
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
#include "ccf/ds/buffer.h"
|
||||
#include "nlohmann/json.hpp"
|
||||
#include "v8.h"
|
||||
|
||||
#include <string>
|
||||
#include <v8.h>
|
||||
|
||||
namespace ccf::v8_util
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче