aboutsummaryrefslogtreecommitdiffstats
path: root/src/string_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_utils.h')
-rw-r--r--src/string_utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/string_utils.h b/src/string_utils.h
index a411b90d..54f7877c 100644
--- a/src/string_utils.h
+++ b/src/string_utils.h
@@ -17,8 +17,6 @@
#ifndef SERD_STRING_UTILS_H
#define SERD_STRING_UTILS_H
-#include "serd/serd.h"
-
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
@@ -90,9 +88,6 @@ is_windows_path(const char* path)
(path[2] == '/' || path[2] == '\\');
}
-size_t
-serd_substrlen(const char* str, size_t len, SerdNodeFlags* flags);
-
static inline char
serd_to_upper(const char c)
{