From b28636e54f682dc65aef169f201a34a8e2893369 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 20 Jul 2017 20:50:05 +0200 Subject: Use C++11 threading support instead of pthread This makes the code easier to read. --- test/interactive-helper/aptwebserver.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'test/interactive-helper/aptwebserver.cc') diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc index b4b3ef870..11f9b4b4f 100644 --- a/test/interactive-helper/aptwebserver.cc +++ b/test/interactive-helper/aptwebserver.cc @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3