summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/port.c b/src/port.c
index 8b3a482..4ad5d70 100644
--- a/src/port.c
+++ b/src/port.c
@@ -3,13 +3,12 @@
#include "lilv_internal.h"
-#include "lv2/atom/atom.h"
-#include "lv2/core/lv2.h"
-#include "lv2/event/event.h"
-
-#include "lilv/lilv.h"
-#include "sord/sord.h"
-#include "zix/tree.h"
+#include <lilv/lilv.h>
+#include <lv2/atom/atom.h>
+#include <lv2/core/lv2.h>
+#include <lv2/event/event.h>
+#include <sord/sord.h>
+#include <zix/tree.h>
#include <assert.h>
#include <stdbool.h>