diff options
author | David Robillard <d@drobilla.net> | 2020-07-18 10:15:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-18 10:15:46 +0200 |
commit | d77afe09b0e17fad87f98ec7bca63e627e7595c8 (patch) | |
tree | 2d35d8193aa030d90cd06deed252a0da8586044b /test | |
parent | 67212fcc4c40433be61583050639667c665bbc28 (diff) | |
download | raul-d77afe09b0e17fad87f98ec7bca63e627e7595c8.tar.gz raul-d77afe09b0e17fad87f98ec7bca63e627e7595c8.tar.bz2 raul-d77afe09b0e17fad87f98ec7bca63e627e7595c8.zip |
Clean up includes
Diffstat (limited to 'test')
-rw-r--r-- | test/ringbuffer_test.cpp | 1 | ||||
-rw-r--r-- | test/socket_test.cpp | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp index 709af9e..58c0eb1 100644 --- a/test/ringbuffer_test.cpp +++ b/test/ringbuffer_test.cpp @@ -23,6 +23,7 @@ #include <cstdint> #include <cstdio> #include <cstring> +#include <functional> #include <memory> #include <string> #include <thread> diff --git a/test/socket_test.cpp b/test/socket_test.cpp index 6e3f79e..0a7a75c 100644 --- a/test/socket_test.cpp +++ b/test/socket_test.cpp @@ -23,12 +23,9 @@ #include <unistd.h> #include <cassert> -#include <cerrno> #include <cstdio> -#include <cstring> #include <memory> #include <string> -#include <utility> int main() |