mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
some optimize
This commit is contained in:
parent
16d595b6b4
commit
ceb2e7e5f0
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "cffi.h"
|
||||
#include "bindings.h"
|
||||
|
||||
namespace pkpy {
|
||||
|
||||
|
@ -1,11 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "obj.h"
|
||||
#include "common.h"
|
||||
#include "memory.h"
|
||||
#include "str.h"
|
||||
#include "iter.h"
|
||||
#include "cffi.h"
|
||||
#include "bindings.h"
|
||||
|
||||
namespace pkpy
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "cffi.h"
|
||||
#include "bindings.h"
|
||||
|
||||
namespace pkpy {
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "cffi.h"
|
||||
#include "bindings.h"
|
||||
|
||||
namespace pkpy{
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "cffi.h"
|
||||
#include "bindings.h"
|
||||
|
||||
namespace pkpy{
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "cffi.h"
|
||||
#include "bindings.h"
|
||||
|
||||
namespace pkpy{
|
||||
unsigned char* _default_import_handler(const char*, int, int*);
|
||||
|
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "bindings.h"
|
||||
|
||||
namespace pkpy{
|
||||
|
Loading…
x
Reference in New Issue
Block a user