Skip to content
Snippets Groups Projects
Commit 540c1d8c authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Include thrid-party library headers with < > instead of " "

Found by Cppcheck (missingInclude).
parent 206e2b76
No related branches found
No related tags found
1 merge request!571Fix more Cppcheck findings
......@@ -14,8 +14,8 @@
#ifdef __cplusplus
extern "C"
{
#include "ldl.h"
#include "amd.h"
#include <ldl.h>
#include <amd.h>
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment