aboutsummaryrefslogtreecommitdiffstats
path: root/src/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 19:11:03 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 19:11:03 +0200
commitca7b3e1eb6693cc82668393486b2d25c558ab5c4 (patch)
tree7612360506ad4f89e4cdd7d61941af08e7523675 /src/zix
parentc64c1ffa7b0deadcb34760ceaa21fc74c5fd43de (diff)
downloadjalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.tar.gz
jalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.tar.bz2
jalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.zip
Clean up includes
Diffstat (limited to 'src/zix')
-rw-r--r--src/zix/ring.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zix/ring.h b/src/zix/ring.h
index c687667..168f009 100644
--- a/src/zix/ring.h
+++ b/src/zix/ring.h
@@ -17,8 +17,6 @@
#ifndef ZIX_RING_H
#define ZIX_RING_H
-#include "zix/common.h"
-
#include <stdint.h>
#ifdef __cplusplus