Skip to content

Commit

Permalink
Remove a few unnecessary includes of locking.h
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jun 28, 2024
1 parent 3db1171 commit e0aad93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/ccf/endpoint_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "ccf/ds/json_schema.h"
#include "ccf/endpoint.h"
#include "ccf/endpoint_context.h"
#include "ccf/pal/locking.h"
#include "ccf/rpc_context.h"
#include "ccf/tx.h"

Expand Down
1 change: 0 additions & 1 deletion src/endpoints/base_endpoint_registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "ccf/base_endpoint_registry.h"

#include "ccf/pal/locking.h"
#include "ccf/service/tables/members.h"
#include "ccf/service/tables/nodes.h"
#include "ccf/service/tables/users.h"
Expand Down
1 change: 0 additions & 1 deletion src/js/core/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "ccf/js/core/wrapped_value.h"
#include "ccf/js/extensions/console.h"
#include "ccf/js/tx_access.h"
#include "ccf/pal/locking.h"
#include "enclave/enclave_time.h"
#include "js/ffi_plugins.h"
#include "js/global_class_ids.h"
Expand Down

0 comments on commit e0aad93

Please sign in to comment.