diff options
author | David Robillard <d@drobilla.net> | 2019-07-27 21:48:21 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-29 01:59:27 +0200 |
commit | 626a49c269351ab47ba8ab1847eae0d13fd62934 (patch) | |
tree | 1f1c11186f4f4bc390a3494487dbf57707283ca8 /test | |
parent | 560bcf2ad4d73b79d6e9e4c1c7965d7617a3a41d (diff) | |
download | pugl-626a49c269351ab47ba8ab1847eae0d13fd62934.tar.gz pugl-626a49c269351ab47ba8ab1847eae0d13fd62934.tar.bz2 pugl-626a49c269351ab47ba8ab1847eae0d13fd62934.zip |
Cleanup: Clean up includes and call IWYU in lint target
Diffstat (limited to 'test')
-rw-r--r-- | test/pugl_cairo_test.c | 2 | ||||
-rw-r--r-- | test/pugl_test.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c index 57f27ec..cd5e5b3 100644 --- a/test/pugl_cairo_test.c +++ b/test/pugl_cairo_test.c @@ -23,7 +23,7 @@ #include <cairo.h> -#include <stdint.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> diff --git a/test/pugl_test.c b/test/pugl_test.c index b83263f..f81cf99 100644 --- a/test/pugl_test.c +++ b/test/pugl_test.c @@ -28,6 +28,7 @@ #include <locale.h> #include <math.h> +#include <stdbool.h> #include <stdio.h> #include <string.h> |