diff options
author | David Robillard <d@drobilla.net> | 2018-05-11 11:14:32 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-12-30 17:58:17 -0500 |
commit | 32c548683ed8ff8e585f069cd20ccddf54f00867 (patch) | |
tree | a78b62b9ac23e69d8380305531a1a054ab646a36 /src/string_utils.h | |
parent | 520f208db173a103b37dbe0d67c2e29a684edb82 (diff) | |
download | serd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.gz serd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.bz2 serd-32c548683ed8ff8e585f069cd20ccddf54f00867.zip |
Clean up includes and improve source file separation
Diffstat (limited to 'src/string_utils.h')
-rw-r--r-- | src/string_utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string_utils.h b/src/string_utils.h index 0c5ae557..63dcddbc 100644 --- a/src/string_utils.h +++ b/src/string_utils.h @@ -17,7 +17,12 @@ #ifndef SERD_STRING_UTILS_H #define SERD_STRING_UTILS_H +#include "serd/serd.h" + #include <ctype.h> +#include <stdbool.h> +#include <stddef.h> +#include <stdint.h> #include <string.h> /** Unicode replacement character in UTF-8 */ |