summaryrefslogtreecommitdiffstats
path: root/tools/lv2bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lv2bench.c')
-rw-r--r--tools/lv2bench.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/lv2bench.c b/tools/lv2bench.c
index d6d164e..b19d376 100644
--- a/tools/lv2bench.c
+++ b/tools/lv2bench.c
@@ -1,14 +1,14 @@
// Copyright 2012-2019 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "lilv/lilv.h"
-#include "lv2/atom/atom.h"
-#include "lv2/core/lv2.h"
-#include "lv2/urid/urid.h"
-
#include "bench.h"
#include "uri_table.h"
+#include <lilv/lilv.h>
+#include <lv2/atom/atom.h>
+#include <lv2/core/lv2.h>
+#include <lv2/urid/urid.h>
+
#include <math.h>
#include <stdbool.h>
#include <stdint.h>