diff options
| author | David Robillard <d@drobilla.net> | 2025-12-20 18:35:15 -0500 |
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2025-12-20 18:35:15 -0500 |
| commit | 39ebe33b53158ec37ac8ad720350c8982c44fc76 (patch) | |
| tree | fe442ec9bf8e6549e2665310e7afb946b5511528 /test | |
| parent | ad458dbffa7429a3c57310e3774730880a855620 (diff) | |
| download | lv2-39ebe33b53158ec37ac8ad720350c8982c44fc76.tar.xz | |
Remove redundant include
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_atom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_atom.c b/test/test_atom.c index f88c4c7..df684dc 100644 --- a/test/test_atom.c +++ b/test/test_atom.c @@ -10,7 +10,6 @@ #include <stdbool.h> #include <stdint.h> -#include <stdlib.h> #include <string.h> int |