diff --git a/examples/crypto_bot.cpp b/examples/crypto_bot.cpp
index d382fd8b1db5eb1f500b9eefc71070821088abf9..81d2fe98c6d9759655b7de426394785505decf4f 100644
--- a/examples/crypto_bot.cpp
+++ b/examples/crypto_bot.cpp
@@ -13,7 +13,6 @@
 #include <nlohmann/json.hpp>
 #include <stdexcept>
 #include <thread>
-#include <unistd.h>
 #include <variant>
 
 #include <mtx.hpp>
diff --git a/examples/media_downloader.cpp b/examples/media_downloader.cpp
index e9b595bd12b7bb87d6f6767af7b5241c2eabe49c..de5be443970aa4e1524b610909e6641dae45050c 100644
--- a/examples/media_downloader.cpp
+++ b/examples/media_downloader.cpp
@@ -2,7 +2,6 @@
 #include <filesystem>
 #include <fstream>
 #include <iostream>
-#include <unistd.h>
 #include <variant>
 
 #include "mtx.hpp"
diff --git a/examples/room_feed.cpp b/examples/room_feed.cpp
index 788399d7052a9fb9342c6dd36957e2efaefd956f..19d7afc3b9b312160cf6199a16030bd026e1f3a2 100644
--- a/examples/room_feed.cpp
+++ b/examples/room_feed.cpp
@@ -1,6 +1,5 @@
 #include <boost/beast.hpp>
 #include <iostream>
-#include <unistd.h>
 #include <variant>
 
 #include "mtx.hpp"
diff --git a/examples/simple_bot.cpp b/examples/simple_bot.cpp
index 858885710f05e1d0e9b83a09d530ff330eb836a4..61668a1fe9c655c6ce1129b3197f273a73867874 100644
--- a/examples/simple_bot.cpp
+++ b/examples/simple_bot.cpp
@@ -2,7 +2,6 @@
 #include <boost/beast.hpp>
 
 #include <iostream>
-#include <unistd.h>
 #include <variant>
 
 #include <nlohmann/json.hpp>