summaryrefslogtreecommitdiffstats
path: root/test/maid_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 17:47:22 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 18:24:26 -0500
commitc8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3 (patch)
treed0a21e894f6f824dbd0a1d2971c4783fafcb06b7 /test/maid_test.cpp
parentbf56db258fda9fb466fec47af9099c1aed127b3e (diff)
downloadraul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.tar.gz
raul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.tar.bz2
raul-c8ce62a6a883f8f8d512d4dab71e2de3c67bdbb3.zip
Use angle brackets for library includesmain
Diffstat (limited to 'test/maid_test.cpp')
-rw-r--r--test/maid_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maid_test.cpp b/test/maid_test.cpp
index fbd278a..2088c83 100644
--- a/test/maid_test.cpp
+++ b/test/maid_test.cpp
@@ -3,7 +3,7 @@
#undef NDEBUG
-#include "raul/Maid.hpp"
+#include <raul/Maid.hpp>
#include <atomic>
#include <cassert>