aboutsummaryrefslogtreecommitdiff
path: root/www/domoticz/files/patch-asio-deadline_timer
diff options
context:
space:
mode:
Diffstat (limited to 'www/domoticz/files/patch-asio-deadline_timer')
-rw-r--r--www/domoticz/files/patch-asio-deadline_timer20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/domoticz/files/patch-asio-deadline_timer b/www/domoticz/files/patch-asio-deadline_timer
deleted file mode 100644
index ffb192872cf7..000000000000
--- a/www/domoticz/files/patch-asio-deadline_timer
+++ /dev/null
@@ -1,20 +0,0 @@
---- webserver/cWebem.h.orig 2024-07-13 14:59:31 UTC
-+++ webserver/cWebem.h
-@@ -1,6 +1,7 @@
- #pragma once
-
- #include <boost/asio.hpp>
-+#include <boost/asio/deadline_timer.hpp>
- #include <boost/thread.hpp>
- #include "server.hpp"
- #include "session_store.hpp"
---- webserver/connection.hpp.orig 2024-07-13 14:59:31 UTC
-+++ webserver/connection.hpp
-@@ -12,6 +12,7 @@
- #define HTTP_CONNECTION_HPP
-
- #include <boost/asio.hpp>
-+#include <boost/asio/deadline_timer.hpp>
- #include <deque>
- #include <fstream>
- #include "reply.hpp"