db_error: convert to C++

This commit is contained in:
Max Kellermann
2013-08-10 19:43:27 +02:00
parent 7af24c4d3a
commit 3deca8fccd
6 changed files with 8 additions and 11 deletions

View File

@@ -22,11 +22,11 @@
#include "DatabaseSimple.hxx"
#include "DatabaseRegistry.hxx"
#include "DatabaseSave.hxx"
#include "DatabaseError.hxx"
#include "Directory.hxx"
#include "conf.h"
extern "C" {
#include "db_error.h"
#include "stats.h"
}