Skip to content

Commit

Permalink
removed unnecessary header declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhemant committed Oct 12, 2018
1 parent bcc6e82 commit ee0e1e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "cJSON.h"
#include "list.h"
#include "tag.h"

static listEntry_t *listEntry_create(void *data) {
listEntry_t *createdListEntry = malloc(sizeof(listEntry_t));
Expand Down

0 comments on commit ee0e1e6

Please sign in to comment.