blueloveTH 2 سال پیش
والد
کامیت
d30b1de4c9
2فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 1
      include/pocketpy/common.h
  2. 0 3
      src/str.cpp

+ 1 - 1
include/pocketpy/common.h

@@ -22,7 +22,7 @@
 #include <random>
 #include <bitset>
 
-#define PK_VERSION				"1.2.4"
+#define PK_VERSION				"1.2.5"
 
 #include "config.h"
 #include "export.h"

+ 0 - 3
src/str.cpp

@@ -1,7 +1,4 @@
 #include "pocketpy/str.h"
-#include <_types/_uint16_t.h>
-#include <_types/_uint32_t.h>
-#include <stdexcept>
 
 namespace pkpy {