*: include cleanup (using iwyu)
This commit is contained in:
@@ -43,7 +43,6 @@ static constexpr unsigned DEVICE_INARCHIVE = -1;
|
||||
*/
|
||||
static constexpr unsigned DEVICE_CONTAINER = -2;
|
||||
|
||||
struct db_visitor;
|
||||
class SongFilter;
|
||||
class Error;
|
||||
class Database;
|
||||
|
@@ -31,7 +31,6 @@
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DIRECTORY_DIR "directory: "
|
||||
|
@@ -22,10 +22,8 @@
|
||||
#include "PrefixedLightSong.hxx"
|
||||
#include "db/Selection.hxx"
|
||||
#include "db/LightDirectory.hxx"
|
||||
#include "db/LightSong.hxx"
|
||||
#include "db/Interface.hxx"
|
||||
#include "fs/Traits.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include "db/LightDirectory.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "SongFilter.hxx"
|
||||
#include "DatabaseSave.hxx"
|
||||
#include "db/DatabaseLock.hxx"
|
||||
#include "db/DatabaseError.hxx"
|
||||
|
@@ -27,7 +27,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
inline Song::Song(const char *_uri, size_t uri_length, Directory &_parent)
|
||||
:parent(&_parent), mtime(0),
|
||||
|
@@ -29,7 +29,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <assert.h>
|
||||
#include <time.h>
|
||||
|
||||
struct LightSong;
|
||||
|
@@ -22,8 +22,6 @@
|
||||
|
||||
#include "Song.hxx"
|
||||
|
||||
struct list_head;
|
||||
|
||||
void
|
||||
song_list_sort(SongList &songs);
|
||||
|
||||
|
Reference in New Issue
Block a user