summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
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);