Moved Poll to net namespace.

This commit is contained in:
Jari Sundell
2025-11-19 19:05:16 +01:00
committed by GitHub
parent b825906034
commit 30cec98799
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,8 +8,8 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <torrent/exceptions.h>
#include <torrent/poll.h>
#include <torrent/torrent.h>
#include <torrent/net/poll.h>
#include <torrent/utils/log.h>
#include <torrent/utils/thread.h>