diff options
author | David Robillard <d@drobilla.net> | 2025-02-10 12:56:22 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-10 12:56:22 -0500 |
commit | 630768c2e42098f42aefe96ad9acf10a935cf7ac (patch) | |
tree | 805562a26f9ed4e9ffa56d27a50de1062a4694e3 /test | |
parent | 7d2b7d3b00f3f938f8b242ca6dba5acc01e19dbc (diff) | |
download | zix-630768c2e42098f42aefe96ad9acf10a935cf7ac.tar.gz zix-630768c2e42098f42aefe96ad9acf10a935cf7ac.tar.bz2 zix-630768c2e42098f42aefe96ad9acf10a935cf7ac.zip |
Remove unnecessary include
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/test_path_std.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/test_path_std.cpp b/test/cpp/test_path_std.cpp index 58e2a87..b0850a9 100644 --- a/test/cpp/test_path_std.cpp +++ b/test/cpp/test_path_std.cpp @@ -16,9 +16,10 @@ #include <cassert> #include <cstdlib> #include <filesystem> -#include <sstream> #include <string> +// IWYU pragma: no_include <version> + namespace { struct BinaryCase { |