From 32c548683ed8ff8e585f069cd20ccddf54f00867 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2018 11:14:32 +0200 Subject: Clean up includes and improve source file separation --- src/string.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/string.c') 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 +#include #include void -- cgit v1.2.1