Small fixes in src/String

This commit is contained in:
2025-10-13 14:34:39 +03:00
parent 3177a54709
commit d559d3f66b
2 changed files with 1 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
#include <string.h> #include <string.h>
#include <Config.h>
#include "Inline/Mpi.h" #include "Inline/Mpi.h"

View File

@@ -1,7 +1,6 @@
#include <BH/String.h> #include <BH/String.h>
#include <ctype.h> #include <ctype.h>
#include <limits.h> #include <limits.h>
#include <stdlib.h>
#include <string.h> #include <string.h>