summaryrefslogtreecommitdiffstats
path: root/wsd
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2022-08-31 19:53:25 +0100
committerMichael Meeks <michael.meeks@collabora.com>2022-08-31 21:31:31 +0100
commitef099669788d6b9ecbc4c8aa4cabb91d09cc8128 (patch)
tree5f58078cd9e4f84a1b5a30a353d58bd7c8146622 /wsd
parentPrometheus - clarify live document count metric. (diff)
downloadonline-ef099669788d6b9ecbc4c8aa4cabb91d09cc8128.tar.gz
online-ef099669788d6b9ecbc4c8aa4cabb91d09cc8128.zip
mutex include cleanup.
Change-Id: I63d4184260d204a9d5f7658ad51fbe63dbb3c9e4 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'wsd')
-rw-r--r--wsd/Admin.cpp1
-rw-r--r--wsd/Admin.hpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/wsd/Admin.cpp b/wsd/Admin.cpp
index 0a27540e4c..9c9154db33 100644
--- a/wsd/Admin.cpp
+++ b/wsd/Admin.cpp
@@ -9,7 +9,6 @@
#include <config.h>
#include <cassert>
-#include <mutex>
#include <sys/poll.h>
#include <unistd.h>
diff --git a/wsd/Admin.hpp b/wsd/Admin.hpp
index 546f62e0da..c1bdefb4cf 100644
--- a/wsd/Admin.hpp
+++ b/wsd/Admin.hpp
@@ -7,8 +7,6 @@
#pragma once
-#include <mutex>
-
#include "AdminModel.hpp"
#include "Log.hpp"