From 732f2a6cb961949a63b82fb30d9b84e74786a33a 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/stack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stack.h') diff --git a/src/stack.h b/src/stack.h index a8298c0d..9f112b6c 100644 --- a/src/stack.h +++ b/src/stack.h @@ -17,10 +17,10 @@ #ifndef SERD_STACK_H #define SERD_STACK_H -#include "serd_internal.h" - #include +#include #include +#include #include /** An offset to start the stack at. Note 0 is reserved for NULL. */ -- cgit v1.2.1