Skip to content

Commit

Permalink
Some headers not needed in app space
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed May 21, 2024
1 parent 6d6fd52 commit e12722f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/js/extensions/ccf/network.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.

#include "ccf/js/extensions/ccf/network.h"
#include "js/extensions/ccf/network.h"

#include "ccf/js/core/context.h"
#include "js/global_class_ids.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/js/extensions/ccf/node.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.

#include "ccf/js/extensions/ccf/node.h"
#include "js/extensions/ccf/node.h"

#include "ccf/js/core/context.h"
#include "js/global_class_ids.h"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/node/gov/handlers/proposals.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "ccf/base_endpoint_registry.h"
#include "js/common_context.h"
#include "ccf/js/extensions/ccf/gov_effects.h"
#include "ccf/js/extensions/ccf/network.h"
#include "ccf/js/extensions/ccf/node.h"
#include "js/extensions/ccf/network.h"
#include "js/extensions/ccf/node.h"
#include "node/gov/api_version.h"
#include "node/gov/handlers/helpers.h"

Expand Down
4 changes: 2 additions & 2 deletions src/node/rpc/member_frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include "ccf/service/tables/nodes.h"
#include "frontend.h"
#include "js/common_context.h"
#include "ccf/js/extensions/ccf/network.h"
#include "ccf/js/extensions/ccf/node.h"
#include "js/extensions/ccf/network.h"
#include "js/extensions/ccf/node.h"
#include "node/gov/gov_endpoint_registry.h"
#include "node/rpc/call_types.h"
#include "node/rpc/gov_effects_interface.h"
Expand Down

0 comments on commit e12722f

Please sign in to comment.