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.c | |
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.c')
-rw-r--r-- | src/string.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c index 83f94fd9..58c52de7 100644 --- a/src/string.c +++ b/src/string.c @@ -14,10 +14,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "serd_internal.h" +#include "string.h" + #include "string_utils.h" +#include "serd/serd.h" + #include <math.h> +#include <stddef.h> #include <stdlib.h> void |