Skip to content

Commit

Permalink
Move memory header include inside .c file instead of .h
Browse files Browse the repository at this point in the history
  • Loading branch information
hbowden committed May 28, 2017
1 parent 773cf19 commit 806a386
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/runtime/runtime.c
Expand Up @@ -18,6 +18,7 @@
#include "platform.h"
#include "crypto/crypto.h"
#include "crypto/random.h"
#include "memory/memory.h"
#include "crypto/hash.h"
#include "utils/utils.h"
#include "resource/resource.h"
Expand Down
1 change: 0 additions & 1 deletion src/runtime/runtime.h
Expand Up @@ -18,7 +18,6 @@

#include <stdint.h>
#include "io/io.h"
#include "memory/memory.h"

extern int32_t inject_deps(struct output_writter *output);

Expand Down

0 comments on commit 806a386

Please sign in to comment.