Skip to content

Commit

Permalink
remove duplicated includes (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael authored and Lagovas committed Nov 21, 2017
1 parent dae337f commit 260d7d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions include/hermes/mid_hermes_ll/interfaces/credential_store.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
#include <stdint.h>
#include <stdlib.h>


#include <hermes/common/errors.h>

#include <stdint.h>
#include <stdlib.h>


typedef struct hermes_credential_store_type hermes_credential_store_t;

hermes_status_t hermes_credential_store_get_public_key(
Expand Down
2 changes: 1 addition & 1 deletion include/hermes/rpc/param_pack.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ hm_param_pack_t* hm_param_pack_receive(hm_rpc_transport_t* transport);

#define HM_PARAM_TYPE_BUFFERS_LIST 0x26048030

/* end of constatnt definitions*/
/* end of constant definitions*/

#define HM_PARAM_INT32(p) (uint32_t)HM_PARAM_PACK_MAGIC, (uint32_t)HM_PARAM_TYPE_INT32, p
#define HM_PARAM_BUFFER(p, p_len) (uint32_t)HM_PARAM_PACK_MAGIC, (uint32_t)HM_PARAM_TYPE_BUFFER, p, p_len
Expand Down

0 comments on commit 260d7d5

Please sign in to comment.