diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx
index 77df82534..483c9e96f 100644
--- a/src/PlaylistPrint.cxx
+++ b/src/PlaylistPrint.cxx
@@ -28,7 +28,6 @@
 #include "Instance.hxx"
 #include "db/Interface.hxx"
 #include "client/Response.hxx"
-#include "util/Error.hxx"
 
 #define SONG_FILE "file: "
 #define SONG_TIME "Time: "
diff --git a/src/db/update/UpdateIO.cxx b/src/db/update/UpdateIO.cxx
index 9558c93d9..84a0d3df8 100644
--- a/src/db/update/UpdateIO.cxx
+++ b/src/db/update/UpdateIO.cxx
@@ -25,7 +25,6 @@
 #include "fs/Traits.hxx"
 #include "fs/FileSystem.hxx"
 #include "fs/AllocatedPath.hxx"
-#include "util/Error.hxx"
 #include "Log.hxx"
 
 #include <stdexcept>
diff --git a/src/db/update/Walk.cxx b/src/db/update/Walk.cxx
index 0a7ff1367..a05ecf278 100644
--- a/src/db/update/Walk.cxx
+++ b/src/db/update/Walk.cxx
@@ -39,7 +39,6 @@
 #include "util/Alloc.hxx"
 #include "util/StringCompare.hxx"
 #include "util/UriUtil.hxx"
-#include "util/Error.hxx"
 #include "Log.hxx"
 
 #include <stdexcept>