diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 17:48:39 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 17:48:39 -0500 |
commit | 7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e (patch) | |
tree | c1ec4fe4ce9501696b1d55c0b9916f3bd2fd7e68 /tests/TestClient.hpp | |
parent | f192b56222efcec60cf4884395ebd0f0ed9f02f2 (diff) | |
download | ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.gz ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.tar.bz2 ingen-7099e0d3b55f5ebea9e4cb74490b396a4bb29d1e.zip |
Use angle brackets for library includes
Diffstat (limited to 'tests/TestClient.hpp')
-rw-r--r-- | tests/TestClient.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp index b864928e..72265b14 100644 --- a/tests/TestClient.hpp +++ b/tests/TestClient.hpp @@ -17,11 +17,11 @@ #ifndef INGEN_TESTCLIENT_HPP #define INGEN_TESTCLIENT_HPP -#include "ingen/Interface.hpp" -#include "ingen/Log.hpp" -#include "ingen/Message.hpp" -#include "ingen/Status.hpp" -#include "ingen/URI.hpp" +#include <ingen/Interface.hpp> +#include <ingen/Log.hpp> +#include <ingen/Message.hpp> +#include <ingen/Status.hpp> +#include <ingen/URI.hpp> #include <variant> |