From c515f4990318b52d7a29bfebc6c1639cfcb23007 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 30 Apr 2024 08:41:01 -0400 Subject: [PATCH] removed dependency from boost::thread --- daemon/UPnP.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/daemon/UPnP.cpp b/daemon/UPnP.cpp index c497d15f..043d935e 100644 --- a/daemon/UPnP.cpp +++ b/daemon/UPnP.cpp @@ -10,9 +10,6 @@ #include #include -#include -#include - #include "Log.h" #include "RouterContext.h"