db_lock: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 20:56:21 +01:00
parent 22f0ef6d6b
commit 51a2d09eb7
13 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -20,6 +20,7 @@
#include "config.h"
#include "StickerCommands.hxx"
#include "SongPrint.hxx"
#include "DatabaseLock.hxx"
extern "C" {
#include "protocol/result.h"
@@ -27,7 +28,6 @@ extern "C" {
#include "sticker_print.h"
#include "song_sticker.h"
#include "database.h"
#include "db_lock.h"
}
#include <string.h>