diff options
author | David Robillard <d@drobilla.net> | 2022-11-02 16:30:44 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-02 17:31:55 -0400 |
commit | dedf8b645ad676e7947c83f320198d43f4341570 (patch) | |
tree | d0bb9cf6033437020e8e75aa8f7d6bbe8b4b51c0 /test/cpp/test_headers_cpp.cpp | |
parent | 4f454ff117cac82c4ce86fc22d37fd317e925a18 (diff) | |
download | zix-dedf8b645ad676e7947c83f320198d43f4341570.tar.gz zix-dedf8b645ad676e7947c83f320198d43f4341570.tar.bz2 zix-dedf8b645ad676e7947c83f320198d43f4341570.zip |
Remove function_types.h
Diffstat (limited to 'test/cpp/test_headers_cpp.cpp')
-rw-r--r-- | test/cpp/test_headers_cpp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/test_headers_cpp.cpp b/test/cpp/test_headers_cpp.cpp index 7c9a1df..d637988 100644 --- a/test/cpp/test_headers_cpp.cpp +++ b/test/cpp/test_headers_cpp.cpp @@ -12,7 +12,6 @@ #include "zix/bump_allocator.h" // IWYU pragma: keep #include "zix/digest.h" // IWYU pragma: keep #include "zix/filesystem.h" // IWYU pragma: keep -#include "zix/function_types.h" // IWYU pragma: keep #include "zix/hash.h" // IWYU pragma: keep #include "zix/path.h" // IWYU pragma: keep #include "zix/ring.h" // IWYU pragma: keep |