From 242838e3f30f6a136b56869bdcb2cde2a9c4126c Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 24 Oct 2024 09:28:13 +0200 Subject: [PATCH] *: cleanup --- test/fake.cpp | 2 -- test/main.cpp | 2 +- test/uvw/file_req_sendfile.cpp | 1 - test/uvw/signal.cpp | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/test/fake.cpp b/test/fake.cpp index 61e504af..ffb9a1b7 100644 --- a/test/fake.cpp +++ b/test/fake.cpp @@ -1,5 +1,3 @@ -#include - extern "C" int fake_func(double *); int fake_func(double *d) { diff --git a/test/main.cpp b/test/main.cpp index 52ac4471..c49f1e78 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -1,7 +1,7 @@ #include -#include #include #include +#include #include void listen(uvw::loop &loop) { diff --git a/test/uvw/file_req_sendfile.cpp b/test/uvw/file_req_sendfile.cpp index dae160da..dc18bd8e 100644 --- a/test/uvw/file_req_sendfile.cpp +++ b/test/uvw/file_req_sendfile.cpp @@ -1,4 +1,3 @@ -#include #include #include diff --git a/test/uvw/signal.cpp b/test/uvw/signal.cpp index 1a64e8e5..9c2c4556 100644 --- a/test/uvw/signal.cpp +++ b/test/uvw/signal.cpp @@ -1,5 +1,4 @@ #include -#include #include TEST(Signal, Start) {