From ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 13:31:55 -0500 Subject: Use angle brackets for library includes and clean up include paths --- test/cpp/meson.build | 1 - test/cpp/test_lilv_hpp.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'test/cpp') diff --git a/test/cpp/meson.build b/test/cpp/meson.build index 1d697fa..0c750de 100644 --- a/test/cpp/meson.build +++ b/test/cpp/meson.build @@ -31,7 +31,6 @@ test( files('test_lilv_hpp.cpp'), cpp_args: test_args + cpp_suppressions, dependencies: [lv2_dep, lilv_dep], - include_directories: include_directories('../../src'), ), suite: 'unit', ) diff --git a/test/cpp/test_lilv_hpp.cpp b/test/cpp/test_lilv_hpp.cpp index 7e6de72..228fe1d 100644 --- a/test/cpp/test_lilv_hpp.cpp +++ b/test/cpp/test_lilv_hpp.cpp @@ -1,7 +1,7 @@ // Copyright 2017-2019 David Robillard // SPDX-License-Identifier: ISC -#include "lilv/lilvmm.hpp" +#include int main() -- cgit v1.2.1