diff options
author | David Robillard <d@drobilla.net> | 2021-09-13 15:36:33 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-09-13 15:36:33 -0400 |
commit | c64afa250aed600f5ad251b1bde223d303b5d1ff (patch) | |
tree | 9e3cea421746d179bcb14767be12dd14fb2cbcb0 /test | |
parent | cbc57827e709105efc905cda9eae45cd3fd4599d (diff) | |
download | zix-c64afa250aed600f5ad251b1bde223d303b5d1ff.tar.gz zix-c64afa250aed600f5ad251b1bde223d303b5d1ff.tar.bz2 zix-c64afa250aed600f5ad251b1bde223d303b5d1ff.zip |
Remove unused include
Diffstat (limited to 'test')
-rw-r--r-- | test/strerror_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/strerror_test.c b/test/strerror_test.c index 0144852..2f4c090 100644 --- a/test/strerror_test.c +++ b/test/strerror_test.c @@ -3,7 +3,6 @@ #undef NDEBUG -#include "zix/attributes.h" #include "zix/common.h" #include <assert.h> |