From c3e339a0d27fe580197b03892b8f6c7391803c51 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Dec 2020 21:33:49 +0100 Subject: Clean up includes --- 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 9c1d075a..01f69de6 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