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

View File

@@ -23,10 +23,10 @@
#include "DatabaseHelpers.hxx"
#include "SongFilter.hxx"
#include "DatabaseSave.hxx"
#include "DatabaseLock.hxx"
#include "db_error.h"
extern "C" {
#include "db_error.h"
#include "db_lock.h"
#include "conf.h"
}