aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes.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/attributes.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/attributes.h')
-rw-r--r--src/attributes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/attributes.h b/src/attributes.h
index 502634b0..bf4e2658 100644
--- a/src/attributes.h
+++ b/src/attributes.h
@@ -1,8 +1,8 @@
-// Copyright 2019-2020 David Robillard <d@drobilla.net>
+// Copyright 2019-2023 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#ifndef SERD_ATTRIBUTES_H
-#define SERD_ATTRIBUTES_H
+#ifndef SERD_SRC_ATTRIBUTES_H
+#define SERD_SRC_ATTRIBUTES_H
#ifdef __GNUC__
# define SERD_MALLOC_FUNC __attribute__((malloc))
@@ -16,4 +16,4 @@
# define SERD_NODISCARD
#endif
-#endif // SERD_ATTRIBUTES_H
+#endif // SERD_SRC_ATTRIBUTES_H