Skip to content

Commit

Permalink
*: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 24, 2024
1 parent 0a99349 commit 242838e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions test/fake.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <cstdio>

extern "C" int fake_func(double *);

int fake_func(double *d) {
Expand Down
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <cassert>
#include <chrono>
#include <iostream>
#include <memory>
#include <utility>
#include <uvw.hpp>

void listen(uvw::loop &loop) {
Expand Down
1 change: 0 additions & 1 deletion test/uvw/file_req_sendfile.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <chrono>
#include <gtest/gtest.h>
#include <uvw/fs.h>

Expand Down
1 change: 0 additions & 1 deletion test/uvw/signal.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <gtest/gtest.h>
#include <uvw/check.h>
#include <uvw/signal.h>

TEST(Signal, Start) {
Expand Down

0 comments on commit 242838e

Please sign in to comment.