aboutsummaryrefslogtreecommitdiff
path: root/src/db/SimpleDatabasePlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 22:52:08 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 22:52:08 +0100
commit0c245bc2712f5d38507b8d421cdc0a7e002a3398 (patch)
treee69818281103ba2602613d5820fef62d58d296a9 /src/db/SimpleDatabasePlugin.cxx
parentd65ad1bf151383722802d4bb13b12a33b97480e4 (diff)
Directory: make the header C++ only
Diffstat (limited to 'src/db/SimpleDatabasePlugin.cxx')
-rw-r--r--src/db/SimpleDatabasePlugin.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/db/SimpleDatabasePlugin.cxx b/src/db/SimpleDatabasePlugin.cxx
index 85d707f5..06a92604 100644
--- a/src/db/SimpleDatabasePlugin.cxx
+++ b/src/db/SimpleDatabasePlugin.cxx
@@ -21,6 +21,7 @@
#include "SimpleDatabasePlugin.hxx"
#include "DatabaseSelection.hxx"
#include "DatabaseHelpers.hxx"
+#include "Directory.hxx"
#include "SongFilter.hxx"
#include "DatabaseSave.hxx"
#include "DatabaseLock.hxx"
@@ -30,8 +31,6 @@ extern "C" {
#include "conf.h"
}
-#include "directory.h"
-
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>