From 7976df1832f8164e459902dc247a232f49b61064 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Feb 2025 15:35:19 -0500 Subject: Use angle brackets for library includes and clean up include paths --- test/cpp/test_build.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'test/cpp/test_build.cpp') diff --git a/test/cpp/test_build.cpp b/test/cpp/test_build.cpp index 2f24c5f..2419be9 100644 --- a/test/cpp/test_build.cpp +++ b/test/cpp/test_build.cpp @@ -1,15 +1,13 @@ // Copyright 2020 David Robillard // SPDX-License-Identifier: ISC -/* - Tests that C++ headers compile without any warnings. -*/ +// Tests that C++ headers compile without any warnings -#include "pugl/cairo.hpp" // IWYU pragma: keep -#include "pugl/gl.hpp" // IWYU pragma: keep -#include "pugl/pugl.h" // IWYU pragma: keep -#include "pugl/pugl.hpp" // IWYU pragma: keep -#include "pugl/stub.hpp" // IWYU pragma: keep +#include // IWYU pragma: keep +#include // IWYU pragma: keep +#include // IWYU pragma: keep +#include // IWYU pragma: keep +#include // IWYU pragma: keep int main() -- cgit v1.2.1