summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-15 16:22:17 +0200
committerDavid Robillard <d@drobilla.net>2020-07-16 11:24:59 +0200
commit212b4bedb565b3ccc807917b94ed5b67023603db (patch)
tree91ff6ec848196b238a2624a23c11236521cb2b02 /src/world.c
parentd7ab0b3eab59f6068d697399da50734e57c5ca83 (diff)
downloadlilv-212b4bedb565b3ccc807917b94ed5b67023603db.tar.gz
lilv-212b4bedb565b3ccc807917b94ed5b67023603db.tar.bz2
lilv-212b4bedb565b3ccc807917b94ed5b67023603db.zip
Clean up includes
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.c b/src/world.c
index 65cffd4..cf859eb 100644
--- a/src/world.c
+++ b/src/world.c
@@ -33,10 +33,10 @@
#include <assert.h>
#include <stdbool.h>
-#include <stdlib.h>
-#include <string.h>
#include <stdint.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
static int
lilv_world_drop_graph(LilvWorld* world, const SordNode* graph);