From 540c1d8c6e36199a130c08e9303242377c65c1d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org>
Date: Tue, 11 Jun 2024 16:33:52 +0200
Subject: [PATCH] Include thrid-party library headers with < > instead of " "

Found by Cppcheck (missingInclude).
---
 dune/istl/ldl.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/istl/ldl.hh b/dune/istl/ldl.hh
index d22c6fa8f..ce1df59b0 100644
--- a/dune/istl/ldl.hh
+++ b/dune/istl/ldl.hh
@@ -14,8 +14,8 @@
 #ifdef __cplusplus
 extern "C"
 {
-#include "ldl.h"
-#include "amd.h"
+#include <ldl.h>
+#include <amd.h>
 }
 #endif
 
-- 
GitLab