runtime: Remove unneeded includes
objtype.h got included twice, and vfs.h is unneeded.
This commit is contained in:
parent
14e0bdbae3
commit
c3ce2bacde
1 changed files with 0 additions and 4 deletions
|
|
@ -30,15 +30,11 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
#include "extmod/vfs.h"
|
||||
|
||||
#include "py/parsenum.h"
|
||||
#include "py/compile.h"
|
||||
#include "py/mperrno.h"
|
||||
#include "py/objstr.h"
|
||||
#include "py/objtuple.h"
|
||||
#include "py/objtype.h"
|
||||
#include "py/objlist.h"
|
||||
#include "py/objtype.h"
|
||||
#include "py/objmodule.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue