diff options
author | David Robillard <d@drobilla.net> | 2021-12-17 13:05:27 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-12-17 13:05:27 -0500 |
commit | 57342f580b15948aa5be35701f9742a25ca9493d (patch) | |
tree | 455f19dbdf4d0c41e79c4869e189874ff48e1981 /test | |
parent | f52f01257fd8a081ca00b7a7c054a6e85646ccef (diff) | |
download | pugl-57342f580b15948aa5be35701f9742a25ca9493d.tar.gz pugl-57342f580b15948aa5be35701f9742a25ca9493d.tar.bz2 pugl-57342f580b15948aa5be35701f9742a25ca9493d.zip |
Remove unnecessary include
Diffstat (limited to 'test')
-rw-r--r-- | test/test_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_utils.h b/test/test_utils.h index 2f80cbf..3cccace 100644 --- a/test/test_utils.h +++ b/test/test_utils.h @@ -24,7 +24,6 @@ #include <inttypes.h> #include <stdarg.h> #include <stdbool.h> -#include <stdint.h> #include <stdio.h> #include <string.h> |