From d30b1de4c9c53fb3c254289cf15152561426458e Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 13 Oct 2023 13:02:24 +0800 Subject: [PATCH] ... --- include/pocketpy/common.h | 2 +- src/str.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index b4f7b7fc..ac7d1998 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -22,7 +22,7 @@ #include #include -#define PK_VERSION "1.2.4" +#define PK_VERSION "1.2.5" #include "config.h" #include "export.h" diff --git a/src/str.cpp b/src/str.cpp index e82d8e25..1aa713ef 100644 --- a/src/str.cpp +++ b/src/str.cpp @@ -1,7 +1,4 @@ #include "pocketpy/str.h" -#include <_types/_uint16_t.h> -#include <_types/_uint32_t.h> -#include namespace pkpy {