diff options
| author | David Robillard <d@drobilla.net> | 2020-09-27 18:09:26 +0200 | 
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2020-09-27 18:09:26 +0200 | 
| commit | 7550f8ed8eb0a48ae677c944d4d36923f2e73022 (patch) | |
| tree | 5595d97424930ed91f61b5dd14ded715068ecc31 /lv2/atom | |
| parent | 98c4011b5192369cdf5ac58b25134e4e404e7b82 (diff) | |
| download | lv2-7550f8ed8eb0a48ae677c944d4d36923f2e73022.tar.xz | |
Clean up includes
Diffstat (limited to 'lv2/atom')
| -rw-r--r-- | lv2/atom/atom-test.c | 2 | ||||
| -rw-r--r-- | lv2/atom/forge-overflow-test.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/lv2/atom/atom-test.c b/lv2/atom/atom-test.c index 6cca789..1af1ae1 100644 --- a/lv2/atom/atom-test.c +++ b/lv2/atom/atom-test.c @@ -21,8 +21,10 @@  #include "lv2/urid/urid.h"  #include <inttypes.h> +#include <stdbool.h>  #include <stdint.h>  #include <stdlib.h> +#include <string.h>  int  main(void) diff --git a/lv2/atom/forge-overflow-test.c b/lv2/atom/forge-overflow-test.c index 7c1b12e..3c46a25 100644 --- a/lv2/atom/forge-overflow-test.c +++ b/lv2/atom/forge-overflow-test.c @@ -17,13 +17,11 @@  #include "lv2/atom/atom-test-utils.c"  #include "lv2/atom/atom.h"  #include "lv2/atom/forge.h" -#include "lv2/atom/util.h"  #include "lv2/urid/urid.h"  #include <assert.h>  #include <stdint.h>  #include <stdlib.h> -#include <string.h>  static int  test_string_overflow(void) |