diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 22:53:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 22:53:12 +0100 |
commit | 5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8 (patch) | |
tree | 32094f443903b1c128f2336278f120f896091001 /src/Directory.hxx | |
parent | 378ebad1c8d7079b41319600f13c1c884d6c693a (diff) |
TagPool, ...: include cleanup
Diffstat (limited to 'src/Directory.hxx')
-rw-r--r-- | src/Directory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Directory.hxx b/src/Directory.hxx index 710f47921..8fa5c2352 100644 --- a/src/Directory.hxx +++ b/src/Directory.hxx @@ -25,8 +25,8 @@ #include "gcc.h" #include "DatabaseVisitor.hxx" #include "PlaylistVector.hxx" +#include "gerror.h" -#include <glib.h> #include <stdbool.h> #include <sys/types.h> |