diff options
Diffstat (limited to 'src/lv2_evbuf.c')
-rw-r--r-- | src/lv2_evbuf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lv2_evbuf.c b/src/lv2_evbuf.c index bd17f49..a64d860 100644 --- a/src/lv2_evbuf.c +++ b/src/lv2_evbuf.c @@ -14,13 +14,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <assert.h> -#include <stdlib.h> -#include <string.h> +#include "lv2_evbuf.h" #include "lv2/atom/atom.h" -#include "lv2_evbuf.h" +#include <assert.h> +#include <stdlib.h> +#include <string.h> struct LV2_Evbuf_Impl { uint32_t capacity; |