aboutsummaryrefslogtreecommitdiffstats
path: root/src/stack.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:14:32 +0200
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commit732f2a6cb961949a63b82fb30d9b84e74786a33a (patch)
tree0e4654b05769772f3fb3f5299cba7b09b69164fa /src/stack.h
parent583af959cc8b804914c887b9dc2b1c821bdf41ab (diff)
downloadserd-732f2a6cb961949a63b82fb30d9b84e74786a33a.tar.gz
serd-732f2a6cb961949a63b82fb30d9b84e74786a33a.tar.bz2
serd-732f2a6cb961949a63b82fb30d9b84e74786a33a.zip
Clean up includes and improve source file separation
Diffstat (limited to 'src/stack.h')
-rw-r--r--src/stack.h4
1 files changed, 2 insertions, 2 deletions
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 <assert.h>
+#include <stdbool.h>
#include <stddef.h>
+#include <stdint.h>
#include <stdlib.h>
/** An offset to start the stack at. Note 0 is reserved for NULL. */