From 15607495791501bd3ec06eae366904b74352b17c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Oct 2016 10:22:44 +0200 Subject: [PATCH] db/update/UpdateIO: include cleanup --- src/PlaylistPrint.cxx | 1 - src/db/update/UpdateIO.cxx | 1 - src/db/update/Walk.cxx | 1 - 3 files changed, 3 deletions(-) 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 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