aboutsummaryrefslogtreecommitdiffstats
path: root/src/string_utils.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-28 12:12:11 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commit10ceef8e1f6d0126eeb9ef82b74bb8bf2f4e9c7b (patch)
tree0515ef0c737e7f67b30d36f0257995532c63edd5 /src/string_utils.h
parent4ba5b0942a744509e8345cc160ff2c16d1fc587f (diff)
downloadserd-10ceef8e1f6d0126eeb9ef82b74bb8bf2f4e9c7b.tar.gz
serd-10ceef8e1f6d0126eeb9ef82b74bb8bf2f4e9c7b.tar.bz2
serd-10ceef8e1f6d0126eeb9ef82b74bb8bf2f4e9c7b.zip
Use distinct include guards for internal headers
Diffstat (limited to 'src/string_utils.h')
-rw-r--r--src/string_utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/string_utils.h b/src/string_utils.h
index e3a575f3..ea47c4b8 100644
--- a/src/string_utils.h
+++ b/src/string_utils.h
@@ -1,8 +1,8 @@
-// Copyright 2011-2020 David Robillard <d@drobilla.net>
+// Copyright 2011-2023 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#ifndef SERD_STRING_UTILS_H
-#define SERD_STRING_UTILS_H
+#ifndef SERD_SRC_STRING_UTILS_H
+#define SERD_SRC_STRING_UTILS_H
#include "serd/serd.h"
@@ -175,4 +175,4 @@ parse_utf8_char(const uint8_t* utf8, size_t* size)
}
}
-#endif // SERD_STRING_UTILS_H
+#endif // SERD_SRC_STRING_UTILS_H