Skip to content

Commit

Permalink
Merge 1600af7 into f7aafc0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiang781216 committed Jan 11, 2021
2 parents f7aafc0 + 1600af7 commit f29bc8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions py/gc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
#define MICROPY_INCLUDED_PY_GC_H

#include <stdint.h>

#include "py/mpconfig.h"
#include "py/misc.h"
#include <stdbool.h>

void gc_init(void *start, void *end);

Expand Down

0 comments on commit f29bc8a

Please sign in to comment.