From 162d540a7a78bcd75aea002b4afa101133315e8b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jan 2019 13:59:29 +0100 Subject: Clean up includes Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. --- utils/lilv-bench.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utils/lilv-bench.c') diff --git a/utils/lilv-bench.c b/utils/lilv-bench.c index c0355df..59e49fe 100644 --- a/utils/lilv-bench.c +++ b/utils/lilv-bench.c @@ -14,12 +14,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include - #include "lilv/lilv.h" -#include "lilv_config.h" - int main(int argc, char** argv) { -- cgit v1.2.1