dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx

This commit is contained in:
Max Kellermann
2012-08-07 22:57:18 +02:00
parent f35ceaee0a
commit 4d6c816abb
8 changed files with 79 additions and 20 deletions

View File

@@ -19,6 +19,8 @@
#include "config.h"
#include "DatabaseCommands.hxx"
#include "DatabaseQueue.hxx"
#include "DatabasePlaylist.hxx"
#include "CommandError.h"
#include "client_internal.h"
#include "tag.h"
@@ -27,7 +29,6 @@
extern "C" {
#include "db_print.h"
#include "db_selection.h"
#include "dbUtils.h"
#include "locate.h"
#include "protocol/result.h"
}