diff options
author | David Robillard <d@drobilla.net> | 2024-11-23 16:35:59 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-23 16:35:59 -0500 |
commit | 33d343f25ff41cab66cc679757d94f9af9b3e766 (patch) | |
tree | 641edf5a14358b3bf3fe9093b596c11760b99cb0 /test/headers | |
parent | 9b589c246c368a9da6bbeab3e693767ffe19e04e (diff) | |
download | sratom-33d343f25ff41cab66cc679757d94f9af9b3e766.tar.gz sratom-33d343f25ff41cab66cc679757d94f9af9b3e766.tar.bz2 sratom-33d343f25ff41cab66cc679757d94f9af9b3e766.zip |
Use angle brackets for library includes and clean up include paths
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/test_headers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c index f6b110f..c0cee5c 100644 --- a/test/headers/test_headers.c +++ b/test/headers/test_headers.c @@ -1,7 +1,7 @@ // Copyright 2022 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "sratom/sratom.h" // IWYU pragma: keep +#include <sratom/sratom.h> // IWYU pragma: keep #ifdef __GNUC__ __attribute__((const)) |