blueloveTH 1 год назад
Родитель
Сommit
ceb2e7e5f0

+ 1 - 1
include/pocketpy/base64.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#include "cffi.h"
+#include "bindings.h"
 
 namespace pkpy {
 

+ 1 - 6
include/pocketpy/collections.h

@@ -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 - 1
include/pocketpy/csv.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#include "cffi.h"
+#include "bindings.h"
 
 namespace pkpy {
 

+ 1 - 1
include/pocketpy/dataclasses.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#include "cffi.h"
+#include "bindings.h"
 
 namespace pkpy{
 

+ 1 - 1
include/pocketpy/easing.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#include "cffi.h"
+#include "bindings.h"
 
 namespace pkpy{
 

+ 1 - 1
include/pocketpy/io.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#include "cffi.h"
+#include "bindings.h"
 
 namespace pkpy{
     unsigned char* _default_import_handler(const char*, int, int*);

+ 2 - 0
include/pocketpy/modules.h

@@ -1,3 +1,5 @@
+#pragma once
+
 #include "bindings.h"
 
 namespace pkpy{